Sensor.HighestDirectReportRateLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the highest supported direct report mode rate level of the sensor.
public virtual Android.Hardware.SensorDirectRateLevel HighestDirectReportRateLevel { [Android.Runtime.Register("getHighestDirectReportRateLevel", "()I", "GetGetHighestDirectReportRateLevelHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getHighestDirectReportRateLevel", "()I", "GetGetHighestDirectReportRateLevelHandler", ApiSince=26)>]
member this.HighestDirectReportRateLevel : Android.Hardware.SensorDirectRateLevel
Property Value
Highest direct report rate level of this sensor. Note that if the app does not have
the android.Manifest.permission#HIGH_SAMPLING_RATE_SENSORS
permission, the highest
direct report rate level is SensorDirectChannel#RATE_NORMAL
. If the sensor
does not support direct report mode, this returns SensorDirectChannel#RATE_STOP
.
- Attributes
Remarks
Get the highest supported direct report mode rate level of the sensor.
Java documentation for android.hardware.Sensor.getHighestDirectReportRateLevel()
.
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.