Target filter
Search Kotlin docs
  • Back
  • Tealium Prism Kotlin SDK Reference
core/com.tealium.prism.core.api.command/CommandName

CommandName

interface CommandName

Implemented by types that represent a named command, enabling type-safe command name references in CommandMappingsBuilder.mapCommand.

Typically implemented by enum classes:

enum class MyCommand : CommandName {
LAUNCH, PURCHASE;
override val commandName = name.lowercase(java.util.Locale.ROOT)
}
Content copied to clipboard

Properties

commandName
Link copied to clipboard
abstract val commandName: String
Generated by Dokka
(c) Tealium 2026