Target filter
Search Kotlin docs
  • Back
  • Tealium Prism Kotlin SDK Reference
lifecycle/com.tealium.prism.lifecycle/LifecycleEvent

LifecycleEvent

enum LifecycleEvent : Enum<LifecycleEvent> , DataItemConvertible

LifecycleEvent defines trackable events related to the application lifecycle.

Entries

Launch
Link copied to clipboard
Launch
Wake
Link copied to clipboard
Wake
Sleep
Link copied to clipboard
Sleep

Properties

entries
Link copied to clipboard
val entries: EnumEntries<LifecycleEvent>

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

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

Functions

asDataItem
Link copied to clipboard
open override fun asDataItem(): DataItem
valueOf
Link copied to clipboard
fun valueOf(value: String): LifecycleEvent

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<LifecycleEvent>

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

Generated by Dokka
(c) Tealium 2026