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

execute

abstract fun execute(payload: DataObject, callback: Callback<TealiumResult<Unit>>): Disposable

Executes this command against the given payload.

callback must be invoked exactly once — with a successful TealiumResult or a failure.

Return

A Disposable that can be used to abort in-flight work.

Generated by Dokka
(c) Tealium 2026