Package-level declarations

Types

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.

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.