Target filter
Search Kotlin docs
  • Back
  • Tealium Prism Kotlin SDK Reference
core/com.tealium.prism.core.api.transform/TransformationScope/Dispatchers

Dispatchers

data class Dispatchers(val dispatcherIds: List<String>) : TransformationScope

This scope happens during the process of sending Dispatches to an individual Dispatcher as identified by the list of dispatcherIds given.

Constructors

Dispatchers
Link copied to clipboard
constructor(dispatcherId: String, vararg otherDispatcherIds: String)
constructor(dispatcherIds: List<String>)

Properties

dispatcherIds
Link copied to clipboard
val dispatcherIds: List<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