core/com.tealium.prism.core.api.tracking/Dispatch Dispatch class DispatchA representation of an event or view being tracked. Members Types Companion Link copied to clipboard object Companion Keys Link copied to clipboard object Keys Properties id Link copied to clipboard val id: StringThe 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: LongThe 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(): StringReturns a consistent short description of the Dispatch to help identify it throughout the logs. payload Link copied to clipboard fun payload(): DataObjectReturns the current payload of this Dispatch replace Link copied to clipboard fun replace(data: DataObject)Replaces the existing payload with the incoming data