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

Dispatcher

data class Dispatcher(val dispatcher: String) : BarrierScope

This BarrierScope will affect only the Dispatcher implementation identified by the provided dispatcher.

Parameters

dispatcher

The name of the dispatcher this BarrierScope will be guarding.

Constructors

Dispatcher
Link copied to clipboard
constructor(dispatcher: String)

Properties

dispatcher
Link copied to clipboard
val dispatcher: String
value
Link copied to clipboard
val value: String

Functions

asDataItem
Link copied to clipboard
open override fun asDataItem(): DataItem

Should return an instance of a DataItem that represents all required properties of the implementing class, such that it could be:

Generated by Dokka
(c) Tealium 2026