SessionVariablesEvent

data class SessionVariablesEvent(val nt: Long = System.nanoTime(), val ts: Long = System.currentTimeMillis(), val variables: Variables) : SessionEvent

Represents an event for configuring the session.

Constructors

Link copied to clipboard
constructor(nt: Long = System.nanoTime(), ts: Long = System.currentTimeMillis(), variables: Variables)

Properties

Link copied to clipboard
open override val nt: Long

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

Link copied to clipboard
open override val ts: Long

Event timestamp in milliseconds.

Link copied to clipboard

Variables specified as a list of key-value pairs

Functions

Link copied to clipboard
open override fun toString(): String