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

Package-level declarations

Barriers definition

Types

Barrier
Link copied to clipboard
interface Barrier

Defines a utility that can influence whether or not it is safe to continue processing events for any Dispatcher implementations that may rely on this Barrier.

BarrierFactory
Link copied to clipboard
interface BarrierFactory

The BarrierFactory is responsible for creating new ConfigurableBarrier instances.

BarrierRegistrar
Link copied to clipboard
interface BarrierRegistrar

The BarrierRegistrar is responsible for registering and unregistering additional Barriers outside of those provided by the main SDK settings.

Barriers
Link copied to clipboard
object Barriers

Utility object for getting built-in BarrierFactory objects when configuring the Tealium instance.

BarrierScope
Link copied to clipboard
sealed class BarrierScope : DataItemConvertible

The BarrierScope defines the available scopes that can be assigned to a Barrier via a BarrierSettings

BarrierState
Link copied to clipboard
enum BarrierState : Enum<BarrierState>

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

ConfigurableBarrier
Link copied to clipboard
interface ConfigurableBarrier : Barrier

The ConfigurableBarrier is a specialist Barrier implementation that supports updated configuration at runtime.

Generated by Dokka
(c) Tealium 2026