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

CommandOptions

interface CommandOptions : Mappings.ConstantOptions

The CommandOptions allows for configuring optional properties relevant only when mapping commands for Remote Command Dispatchers.

See also

Mappings.mapCommand

Functions

forAllEvents
Link copied to clipboard
abstract fun forAllEvents()

Configures a condition used to apply this command when any "event" is tracked.

forAllViews
Link copied to clipboard
abstract fun forAllViews()

Configures a condition used to apply this command when any "view" is tracked.

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