Skip to content

TimeInfo

Xavier F. Gouchet edited this page Sep 4, 2024 · 1 revision

data class TimeInfo(val deviceTimeNs: Long, val serverTimeNs: Long, val serverTimeOffsetNs: Long, val serverTimeOffsetMs: Long)

Holds information about the current local and server time.

Constructors

TimeInfo

constructor(deviceTimeNs: Long, serverTimeNs: Long, serverTimeOffsetNs: Long, serverTimeOffsetMs: Long)

Properties

deviceTimeNs

val deviceTimeNs: Long

serverTimeNs

val serverTimeNs: Long

serverTimeOffsetMs

val serverTimeOffsetMs: Long

serverTimeOffsetNs

val serverTimeOffsetNs: Long

Clone this wiki locally