reportingModeContinuous constant
int
const reportingModeContinuous
Events are reported at a constant rate which is set by the rate parameter of {@link SensorManager#registerListener(SensorEventListener, Sensor, int)}. Note: If other applications are requesting a higher rate, the sensor data might be delivered at faster rates than requested.
Implementation
static const int reportingModeContinuous = 0;