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

TransformationScope

sealed class TransformationScope : DataItemConvertible

Sets out the available extension points during the Dispatch lifecycle.

Inheritors

AfterCollectors
AllDispatchers
Dispatchers

Types

AfterCollectors
Link copied to clipboard
object AfterCollectors : TransformationScope

This scope happens directly after all data collection has been completed from any Collector implementations in the system, but before the Dispatch has been queued.

AllDispatchers
Link copied to clipboard
object AllDispatchers : TransformationScope

This scope happens during the process of sending Dispatches to individual Dispatchers but this scope will be run for all Dispatchers in the system.

Converter
Link copied to clipboard
object Converter : DataItemConverter<TransformationScope>
Dispatchers
Link copied to clipboard
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.

Functions

asDataItem
Link copied to clipboard
abstract 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