Target filter
Search Kotlin docs
  • Back
  • Tealium Prism Kotlin SDK Reference
jstransformer/com.tealium.prism.jstransformer

Package-level declarations

Contains all common classes for shared business logic required by any JavaScriptTransformer implementation.

Note: This package does not contain any implementations that support JavaScript transformations. Add a dependency on an implementation in addition to this package.

Types

JavaScriptEngineAdapter
Link copied to clipboard
interface JavaScriptEngineAdapter : Disposable

Adapter interface for a JavaScript engine capable of evaluating JavaScript code and returning a result as a DataItem.

JavaScriptTransformationSettingsBuilder
Link copied to clipboard
class JavaScriptTransformationSettingsBuilder(transformationId: String) : TransformationSettingsBuilder<JavaScriptTransformationSettingsBuilder>

Builder for creating TransformationSettings specific to the JavaScript Transformer module.

JavaScriptTransformerFactory
Link copied to clipboard
abstract class JavaScriptTransformerFactory(adapterProvider: (TealiumContext) -> JavaScriptEngineAdapter) : ModuleFactory

Factory responsible for creating and configuring the JavaScriptTransformer module.

Properties

JS_TRANSFORMER
Link copied to clipboard
val Modules.Types.JS_TRANSFORMER: String

Module type identifier for the JavaScript Transformer module.

Generated by Dokka
(c) Tealium 2026