Sensor Measurement
abstract class SensorMeasurement<T : SensorMeasurement<T>>(var timestamp: Long, var accuracy: SensorAccuracy?)
Base class for sensor measurements.
Inheritors
Properties
Link copied to clipboard
sensor accuracy.
Link copied to clipboard
relative timestamp in nanoseconds at which the measurement was made. Each measurement will be monotonically increasing using the same time base as android.os.SystemClock.elapsedRealtimeNanos.