Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.session/SessionRegistry

SessionRegistry

interface SessionRegistry

The SessionRegistry allows users to subscribe to Session update events. Updates occur whenever a new event has been submitted for tracking.

Properties

session
Link copied to clipboard
abstract val session: Observable<Session>

An Observable stream of Session update events. There will be an emission each time the session is updated, including:

Generated by Dokka
(c) Tealium 2026