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

track

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

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

Parameters

dispatch

The Dispatch to be sent.

source

The source of the Dispatch


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.

Parameters

dispatch

The Dispatch to be sent.

source

The source of the Dispatch

onComplete

The listener to notify once the dispatch has been accepted or dropped.

Generated by Dokka
(c) Tealium 2026