public final class DataSources
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DataSources.EventTypeValue |
static class |
DataSources.Key
All of the Data Source keys used by the Tealium library
|
Modifier and Type | Method and Description |
---|---|
android.content.SharedPreferences |
getPersistentDataSources()
Data Sources to be added to every dispatch, and are available on the next app launch
|
java.lang.String |
getVisitorId()
The visitor id generated by the Tealium library
|
java.util.Map<java.lang.String,java.lang.Object> |
getVolatileDataSources()
Data Sources to be added to every dispatch, but are not available next launch
|
public java.util.Map<java.lang.String,java.lang.Object> getVolatileDataSources()
public android.content.SharedPreferences getPersistentDataSources()
public java.lang.String getVisitorId()