public final class CodeKeys extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEVICE_ID
Device identifier.
|
static String |
DEVICE_NAME
Device's name.
|
static String |
DEVICE_VERSION
Device's version.
|
static String |
PLATFORM_ID
Platform identifier.
|
static String |
REQUEST_NONCE
Number used once per request.
|
static String |
REQUEST_TIMESTAMP
Current time in milliseconds since
00:00:00 UTC on 1 January 1970. |
static String |
SYSTEM_ID
System(OS) identifier.
|
static String |
SYSTEM_NAME
System(OS) name.
|
static String |
SYSTEM_VERSION
System(OS) version.
|
static String |
USER_COUNTRY
User country/region name in en-US.
|
static String |
USER_COUNTRY2
2-letter uppercase country/region code.
|
static String |
USER_COUNTRY3
3-letter uppercase country/region code.
|
static String |
USER_LANGUAGE
User language name in en-US.
|
static String |
USER_LANGUAGE2
2-letter lowercase language code.
|
static String |
USER_LANGUAGE3
3-letter lowercase language code.
|
static String |
USER_PASSWORD
User's password, if required, per request.
|
static String |
USER_USERNAME
User's username, if required, per request.
|
public static final String REQUEST_NONCE
public static final String REQUEST_TIMESTAMP
00:00:00 UTC on 1 January 1970.public static final String USER_USERNAME
public static final String USER_PASSWORD
public static final String USER_COUNTRY3
public static final String USER_COUNTRY2
public static final String USER_COUNTRY
public static final String USER_LANGUAGE3
public static final String USER_LANGUAGE2
public static final String USER_LANGUAGE
public static final String SYSTEM_VERSION
public static final String SYSTEM_NAME
public static final String SYSTEM_ID
DEVICE_ID. This code is required if the DEVICE_ID is
absent. The value must not be empty nor blank.public static final String DEVICE_VERSION
public static final String DEVICE_NAME
public static final String DEVICE_ID
PLATFORM_ID.
This code is required if the SYSTEM_ID is absent. The value must
not be empty nor blank.public static final String PLATFORM_ID
Copyright © 2011-2012. All Rights Reserved.