public final class Key
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
APP_NAME
Key for the app name as declared by AndroidManifest.xml. 
 | 
static java.lang.String | 
CALL_TYPE
Key describing the kind of event. 
 | 
static java.lang.String | 
DEVICE_UUID
Key for the device_uuid if available. 
 | 
static java.lang.String | 
EVENT_NAME
Key for call_type="link" calls with the value "mobile_link". 
 | 
static java.lang.String | 
LIBRARY_VERSION
Current version of the Tealium Collect Library. 
 | 
static java.lang.String | 
OS_VERSION
Key for the value provided by  
android.os.Build.VERSION#RELEASE. | 
static java.lang.String | 
PAGE_TYPE
Key for call_type="view" calls with the value "mobile_view". 
 | 
static java.lang.String | 
PLATFORM
Key for the value "android". 
 | 
static java.lang.String | 
TIMESTAMP
Key for the time of the dispatch formatted ISO8601 at Zulu. 
 | 
static java.lang.String | 
WAS_QUEUED
Key with a boolean of whether the dispatch was queued before sending. 
 | 
public static final java.lang.String APP_NAME
public static final java.lang.String CALL_TYPE
TealiumCollect.sendView(Map).
 * "link" when calling TealiumCollect.sendEvent(Map).
 * First argument when calling TealiumCollect.send(String, Map).public static final java.lang.String DEVICE_UUID
public static final java.lang.String EVENT_NAME
public static final java.lang.String LIBRARY_VERSION
public static final java.lang.String OS_VERSION
android.os.Build.VERSION#RELEASE.public static final java.lang.String TIMESTAMP
public static final java.lang.String PAGE_TYPE
public static final java.lang.String PLATFORM
public static final java.lang.String WAS_QUEUED