Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.tracking/Tracker

Tracker

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.

Functions

track
Link copied to clipboard
abstract fun track(dispatch: Dispatch, source: DispatchContext.Source)

Requests for an event to be dispatched to any existing Dispatchers currently in the system.

abstract fun track(dispatch: Dispatch, source: DispatchContext.Source, onComplete: TrackResultListener?)

Requests for an event to be dispatched to any existing Dispatchers currently in the system, with a TrackResultListener to be notified of when the event has been accepted or dropped.

Generated by Dokka
(c) Tealium 2026