Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.settings/Mappings/ConstantOptions

ConstantOptions

interface ConstantOptions

The ConstantOptions allows for configuring optional properties relevant only when mapping constant values to the destination.

Inheritors

CommandOptions

Functions

ifValueEquals
Link copied to clipboard
abstract fun ifValueEquals(path: JsonObjectPath, value: String)

Sets an optional basic condition that the value at the given mapping path needs to match in order for this mapping to take place, where the path may be found in a configured level of nesting according to the path

abstract fun ifValueEquals(key: String, value: String)

Sets an optional basic condition that the value at the given mapping key needs to match in order for this mapping to take place.

Generated by Dokka
(c) Tealium 2026