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 nanoTime: Long

Current value of the most precise available system timer, in nanoseconds.

Link copied to clipboard
abstract val systemTimestamp: Long

Current time in milliseconds.