start

open override fun start(startTimestamp: Long): Boolean

Starts collecting and syncing sensor measurements.

Return

true if all sensors are available and were successfully enabled.

Parameters

startTimestamp

monotonically increasing timestamp when syncing starts. If not provided, system clock is used by default, otherwise, the value can be provided to sync multiple sensor collector instances.

Throws

if syncer is already running.