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

Package-level declarations

Types

Session
Link copied to clipboard
data class Session(val status: Session.Status, val sessionId: Long, val lastEventTimeMilliseconds: Long, val eventCount: Int = 1)

Model of data required to keep track of the current session.

SessionRegistry
Link copied to clipboard
interface SessionRegistry

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

Generated by Dokka
(c) Tealium 2026