public class DataRecordKey extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_NAME
Name of the application using user pools.
|
static String |
APP_TARGET_SDK
Target SDK version for the application.
|
static String |
APP_VERSION
Version of the application installed on device.
|
static String |
BOOTLOADER
Boot-loader version of the system
|
static String |
BRAND
The consumer-visible brand with which the product/hardware will be
associated
|
static String |
BUILD_TYPE
The type of build, like "user" or "eng".
|
static String |
DEVICE_AGENT
DeviceId that Cognito has associated with the device
|
static String |
DEVICE_HEIGHT
Device display dimensions.
|
static String |
DEVICE_LANGUAGE
Language on device.
|
static String |
DEVICE_WIDTH |
static String |
FINGERPRINT
A string that uniquely identifies this build on device.
|
static String |
HARDWARE
Name of the underlying device hardware.
|
static String |
HAS_ICC_CARD
Does device has SIM card
|
static String |
IS_NETWORK_ROAMING
Is device network on roaming mode.
|
static String |
MANUFACTURER
The manufacturer of the product/hardware.
|
static String |
MODEL
The end-user-visible name for the end product.
|
static String |
NETWORK_OPERATOR
Device network operator.
|
static String |
NETWORK_TYPE
Constant identifying Network type for current data connection.
|
static String |
PHONE_TYPE
Constant that indicates the type of radio used to transmit voice calls
like GSM / CDMA / SIP
|
static String |
PLATFORM
Platform like Android, iOS or JS.
|
static String |
PRODUCT
The name of the overall product.
|
static String |
SIM_COUNTRY_ISO
SIM provider's country code.
|
static String |
SIM_OPERATOR
provider of the SIM.
|
static String |
THIRD_PARTY_DEVICE_AGENT
Third party device id provided on the device
|
static String |
TIMEZONE
Device time zone.
|
static String |
VERSION_RELEASE
The user-visible version string for Android release.
|
static String |
VERSION_SDK
The user-visible SDK version of the framework
|
| Constructor and Description |
|---|
DataRecordKey() |
public static final String APP_NAME
public static final String APP_TARGET_SDK
public static final String APP_VERSION
public static final String BOOTLOADER
public static final String BRAND
public static final String FINGERPRINT
public static final String HARDWARE
public static final String MANUFACTURER
public static final String MODEL
public static final String PRODUCT
public static final String BUILD_TYPE
public static final String VERSION_RELEASE
public static final String VERSION_SDK
public static final String DEVICE_AGENT
public static final String THIRD_PARTY_DEVICE_AGENT
public static final String PLATFORM
public static final String TIMEZONE
public static final String DEVICE_HEIGHT
public static final String DEVICE_WIDTH
public static final String DEVICE_LANGUAGE
public static final String HAS_ICC_CARD
public static final String IS_NETWORK_ROAMING
public static final String NETWORK_OPERATOR
public static final String NETWORK_TYPE
public static final String PHONE_TYPE
public static final String SIM_COUNTRY_ISO
public static final String SIM_OPERATOR
Copyright © 2018. All rights reserved.