getTime

abstract suspend fun getTime(event: TimeInformation.Event, updateProgress: suspend (progress: Progress) -> Unit = {}): TimeInformation

Collect time information from sensor.

Return

Time information from sensor

Parameters

event

Event that will be used to collect time information

updateProgress

Progress of the operation