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

TrackResult

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.

Parameters

dispatch

The Dispatch instance that this TrackResult relates to.

status

The status that can be accepted for processing or dropped.

info

Some human readable info regarding the reason behind the status decision.

Constructors

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

Types

Companion
Link copied to clipboard
object Companion
Status
Link copied to clipboard
enum Status : Enum<TrackResult.Status>

Informs if the Dispatch has been accepted for processing, or dropped.

Properties

description
Link copied to clipboard
val description: String

Returns a human readable description of the TrackResult.

dispatch
Link copied to clipboard
val dispatch: Dispatch
info
Link copied to clipboard
val info: String
status
Link copied to clipboard
val status: TrackResult.Status
Generated by Dokka
(c) Tealium 2026