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

Status

enum Status : Enum<Session.Status>

Models the current status of the session.

Entries

Started
Link copied to clipboard
Started

Indicates that a new session has been started.

Resumed
Link copied to clipboard
Resumed

Indicates that an existing session was resumed.

Ended
Link copied to clipboard
Ended

Indicates that an existing session was ended.

Properties

entries
Link copied to clipboard
val entries: EnumEntries<Session.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): Session.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<Session.Status>

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

Generated by Dokka
(c) Tealium 2026