SessionContext

data class SessionContext(val startedAtMs: Long, val resumedFromPause: Boolean = false, val vehicleType: String? = null)

Journey-scoped inputs that are not properties of any single fix.

Constructors

Link copied to clipboard
constructor(startedAtMs: Long, resumedFromPause: Boolean = false, vehicleType: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard