On Accuracy Changed Listener
fun interface OnAccuracyChangedListener<M : SyncedSensorMeasurement, S : SensorMeasurementSyncer<M, S>>
Interface to notify when sensor accuracy changes.
Parameters
M
type of synced measurement.
S
type of syncer.