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

DispatchContext

data class DispatchContext(val source: DispatchContext.Source, val initialData: DataObject)

Provides some meta-information about the Dispatch being tracked.

The source describes where the Dispatch has originated from.

The initialData is the DataObject created by the Dispatch when it was created - so it will contain all user-supplied key-value data, as well as various default data points that are required by the Tealium platform, e.g. "tealium_account", "tealium_profile" ...

Parameters

source

Indicates where the Dispatch has originated from.

initialData

The initial DataObject that was created when the Dispatch was tracked.

See also

DispatchContext.Source

Constructors

DispatchContext
Link copied to clipboard
constructor(source: DispatchContext.Source, initialData: DataObject)

Types

Source
Link copied to clipboard
class Source

Identifies the source of a Dispatch

Properties

initialData
Link copied to clipboard
val initialData: DataObject
source
Link copied to clipboard
val source: DispatchContext.Source
Generated by Dokka
(c) Tealium 2026