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

Package-level declarations

Types

Dispatch
Link copied to clipboard
class Dispatch

A representation of an event or view being tracked.

DispatchContext
Link copied to clipboard
data class DispatchContext(val source: DispatchContext.Source, val initialData: DataObject)

Provides some meta-information about the Dispatch being tracked.

DispatchType
Link copied to clipboard
enum DispatchType : Enum<DispatchType> , DataItemConvertible

The type of Dispatch being sent.

Tracker
Link copied to clipboard
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.

TrackResult
Link copied to clipboard
data class TrackResult(val dispatch: Dispatch, val status: TrackResult.Status, val info: String)

The TrackResult identifies whether or not a Dispatch has been accepted for further processing.

TrackResultListener
Link copied to clipboard
fun interface TrackResultListener

This listener is used to be notified of a change in processing status for a particular Dispatch

Generated by Dokka
(c) Tealium 2026