reportingModeSpecialTrigger constant
int
const reportingModeSpecialTrigger
Events are reported as described in the description of the sensor. The rate passed to registerListener might not have an impact on the rate of event delivery. See the sensor definition for more information on when and how frequently the events are reported. For example, step detectors report events when a step is detected.
@see SensorManager#registerListener(SensorEventListener, Sensor, int, int)
Implementation
static const int reportingModeSpecialTrigger = 3;