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

Dispatch

class Dispatch

A representation of an event or view being tracked.

Types

Companion
Link copied to clipboard
object Companion
Keys
Link copied to clipboard
object Keys

Properties

id
Link copied to clipboard
val id: String

The unique id of this Dispatch.

tealiumEvent
Link copied to clipboard
val tealiumEvent: String?

The event name of the Dispatch, if it's available in the payload.

timestamp
Link copied to clipboard
val timestamp: Long

The difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC

type
Link copied to clipboard
val type: DispatchType?

The type of Dispatch, if it's available in the payload.

Functions

addAll
Link copied to clipboard
fun addAll(data: DataObject)

Adds all of the data into the existing payload, overwriting where necessary.

logDescription
Link copied to clipboard
fun logDescription(): String

Returns a consistent short description of the Dispatch to help identify it throughout the logs.

payload
Link copied to clipboard
fun payload(): DataObject

Returns the current payload of this Dispatch

replace
Link copied to clipboard
fun replace(data: DataObject)

Replaces the existing payload with the incoming data

Generated by Dokka
(c) Tealium 2026