SENSOR_STATUS_ACCURACY_HIGH constant

int const SENSOR_STATUS_ACCURACY_HIGH

This sensor is reporting data with maximum accuracy.

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_HIGH = 3;