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

BarrierRegistrar

interface BarrierRegistrar

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

Note. Barriers registered using the BarrierRegistrar will not receive updated settings.

Functions

registerScopedBarrier
Link copied to clipboard
abstract fun registerScopedBarrier(barrier: Barrier, scopes: Set<BarrierScope>)

Registers or updates an additional Barrier with the applied scopes

unregisterScopedBarrier
Link copied to clipboard
abstract fun unregisterScopedBarrier(barrier: Barrier)

Unregisters the given barrier if it's currently registered.

Generated by Dokka
(c) Tealium 2026