Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.barriers/BarrierState

BarrierState

enum BarrierState : Enum<BarrierState>

The defined states that a Barrier implementation can have at any given time.

Entries

Closed
Link copied to clipboard
Closed

Indicates that a Barrier is currently closed.

Open
Link copied to clipboard
Open

Indicates that a Barrier is currently open.

Properties

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

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): BarrierState

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

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

Generated by Dokka
(c) Tealium 2026