Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.network/CooldownHelper/CooldownStatus

CooldownStatus

enum CooldownStatus : Enum<CooldownHelper.CooldownStatus>

The CooldownStatus describes the result of a previous event.

CooldownStatus.Success for events that were successful.

CooldownStatus.Failure for events that were not successful.

Entries

Success
Link copied to clipboard
Success
Failure
Link copied to clipboard
Failure

Properties

entries
Link copied to clipboard
val entries: EnumEntries<CooldownHelper.CooldownStatus>

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): CooldownHelper.CooldownStatus

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<CooldownHelper.CooldownStatus>

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

Generated by Dokka
(c) Tealium 2026