SessionEvent

sealed interface SessionEvent : Event

This class is the base of a class hierarchy that defines events occurring in the measurement session. All events carry a timestamp and are associated with some session.

Inheritors

Properties

Link copied to clipboard
abstract val nt: Long

Event timestamp in nanoseconds (more precise, but overflows).

Link copied to clipboard
abstract val ts: Long

Event timestamp in milliseconds.