Interface | Description |
---|---|
TealiumCollect.OnAudienceUpdateListener |
Implementers of this class can subscribe to Audience updates by adding the listener to
TealiumCollect.getEventListeners() . |
TealiumCollect.OnBadgeUpdateListener |
Implementers of this class can subscribe to Badge updates by adding the listener to
TealiumCollect.getEventListeners() |
TealiumCollect.OnDateUpdateListener |
Implementers of this class can subscribe to Date updates by adding the listener to
TealiumCollect.getEventListeners() |
TealiumCollect.OnFlagUpdateListener |
Implementers of this class can subscribe to Flag updates by adding the listener to
TealiumCollect.getEventListeners() |
TealiumCollect.OnMetricUpdateListener |
Implementers of this class can subscribe to Metric updates by adding the listener to
TealiumCollect.getEventListeners() |
TealiumCollect.OnProfileUpdatedListener |
Implementers of this class can subscribe to Profile updates by adding the listener to
TealiumCollect.getEventListeners() |
TealiumCollect.OnPropertyUpdateListener |
Implementers of this class can subscribe to Property (AKA Trait) updates by adding the listener to
TealiumCollect.getEventListeners() |
Class | Description |
---|---|
Key |
Values for the various data sources populated by this library.
|
TealiumCollect |
Main class for this TealiumCollect library.
|
TealiumCollect.Config |
Required to enable the TealiumCollect library.
|