OnSyncedMeasurementsListener

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.

Functions

Link copied to clipboard
abstract fun onSyncedMeasurements(syncer: S, measurement: M)

Called when a new synced sensor measurement is available.