get Time
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
update Progress
Progress of the operation