reportingMode property

int? reportingMode
final

Each sensor has exactly one reporting mode associated with it. This method returns the reporting mode constant for this sensor type.

@return Reporting mode for the input sensor, one of REPORTING_MODE_* constants. @see #REPORTING_MODE_CONTINUOUS @see #REPORTING_MODE_ON_CHANGE @see #REPORTING_MODE_ONE_SHOT @see #REPORTING_MODE_SPECIAL_TRIGGER

Implementation

final int? reportingMode;