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

Session

constructor(status: Session.Status, sessionId: Long, lastEventTimeMilliseconds: Long, eventCount: Int = 1)

Parameters

status

The status of this session

sessionId

Unique session id, typically the time in seconds at the time the session started

lastEventTimeMilliseconds

The time in milliseconds of the latest event of this session.

eventCount

The number of events that have occurred in this session

Generated by Dokka
(c) Tealium 2026