Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.modules/Trace/join

join

abstract fun join(id: String): Single<TealiumResult<Unit>>

Joins a Trace for the given id. The trace id will be added to all future events that are tracked until either leave is called, or the current session expires.

Return

An async result for optional error handling

Generated by Dokka
(c) Tealium 2026