On Synced Measurements Listener
fun interface OnSyncedMeasurementsListener<M : SyncedSensorMeasurement, S : SensorMeasurementSyncer<M, S>>
Interface to notify when a nw synced measurement is available. Measurements notified by this listener are guaranteed to be ordered and synced. Notice that notified measurement i reused for memory efficiency.
Parameters
M
type of synced measurement.
S
type of syncer.