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

LifecycleDataTarget

enum LifecycleDataTarget : Enum<LifecycleDataTarget> , DataItemConvertible

LifecycleData target defines what targets the lifecycle event data is added to. LifecycleDataTarget.LifecycleEventsOnly is selected by default, and will only add related data to lifecycle events.

Entries

AllEvents
Link copied to clipboard
AllEvents
LifecycleEventsOnly
Link copied to clipboard
LifecycleEventsOnly

Properties

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

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
target
Link copied to clipboard
val target: String

Functions

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

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

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

Generated by Dokka
(c) Tealium 2026