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

TransformerRegistrar

interface TransformerRegistrar

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

Functions

registerTransformation
Link copied to clipboard
abstract fun registerTransformation(transformation: TransformationSettings)

Registers an additional TransformationSettings

unregisterTransformation
Link copied to clipboard
abstract fun unregisterTransformation(transformation: TransformationSettings)

Unregisters the given transformation if it is currently registered

Generated by Dokka
(c) Tealium 2026