On Stale Detected Measurements Listener
fun interface OnStaleDetectedMeasurementsListener<M : SyncedSensorMeasurement, S : SensorMeasurementSyncer<M, S>>
Interface to notify when stale measurements were in the buffer but could not be synced against other measurements after elapsing a certain amount of time.
Parameters
M
type of synced measurement.
S
type of syncer.
Functions
Link copied to clipboard
abstract fun onStaleMeasurements(syncer: S, sensorType: SensorType, measurements: Collection<SensorMeasurement<*>>)
Called when new stale measurements are detected.