SENSOR_STATUS_ACCURACY_MEDIUM constant

int const SENSOR_STATUS_ACCURACY_MEDIUM

This sensor is reporting data with an average level of accuracy, calibration with the environment may improve the readings.

iOS does not have this kind of value so every event report SENSOR_STATUS_ACCURACY_HIGH of accuracy.

Implementation

static const int SENSOR_STATUS_ACCURACY_MEDIUM = 2;