Sensor.ReportingMode Property

Definition

Each sensor has exactly one reporting mode associated with it.

public virtual Android.Hardware.ReportingMode ReportingMode { [Android.Runtime.Register("getReportingMode", "()I", "GetGetReportingModeHandler")] get; }
[<get: Android.Runtime.Register("getReportingMode", "()I", "GetGetReportingModeHandler")>]
member this.ReportingMode : Android.Hardware.ReportingMode

Property Value

Reporting mode for the input sensor, one of REPORTING_MODE_* constants.

Attributes

Remarks

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

Java documentation for android.hardware.Sensor.getReportingMode().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to