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

Status

enum Status : Enum<TrackResult.Status>

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

Entries

Accepted
Link copied to clipboard
Accepted
Dropped
Link copied to clipboard
Dropped

Properties

entries
Link copied to clipboard
val entries: EnumEntries<TrackResult.Status>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int

Functions

valueOf
Link copied to clipboard
fun valueOf(value: String): TrackResult.Status

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

values
Link copied to clipboard
fun values(): Array<TrackResult.Status>

Returns an array containing the constants of this enum type, in the order they're declared.

Generated by Dokka
(c) Tealium 2026