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

applyTransformation

abstract fun applyTransformation(transformation: TransformationSettings, dispatch: Dispatch, scope: DispatchScope, completion: (Dispatch?) -> Unit)

Transforms the given Dispatch using the transformation identified by transformation

Parameters

transformation

The transformation to apply

dispatch

The Dispatch that is being transformed.

scope

The DispatchScope that identifies when this transformation is happening.

completion

Block to execute with the mutated, or non-mutated dispatch if it should proceed through the system. Return null to this completion to delete this dispatch and stop any further processing.

Generated by Dokka
(c) Tealium 2026