Package-level declarations

Types

Link copied to clipboard
class Dispatch

A representation of an event or view being tracked.

Link copied to clipboard
data class DispatchContext(val source: DispatchContext.Source, val initialData: DataObject)

Provides some meta-information about the Dispatch being tracked.

Link copied to clipboard

The type of Dispatch being sent.

Link copied to clipboard
interface Tracker

The Tracker is responsible for handling any Dispatch requests. That entails collecting all available data from the Collectors that are available on this Tealium instance.

Link copied to clipboard
data class TrackResult(val dispatch: Dispatch, val status: TrackResult.Status, val info: String)

The TrackResult identifies whether or not a Dispatch has been accepted for further processing.

Link copied to clipboard
fun interface TrackResultListener

This listener is used to be notified of a change in processing status for a particular Dispatch