SensorEvent.Accuracy 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.
The accuracy of this event.
[Android.Runtime.Register("accuracy")]
public Android.Hardware.SensorStatus Accuracy { get; set; }
[<Android.Runtime.Register("accuracy")>]
member this.Accuracy : Android.Hardware.SensorStatus with get, set
Property Value
- Attributes
Remarks
The accuracy of this event. See android.hardware.SensorManager SensorManager
for details.
Java documentation for android.hardware.SensorEvent.accuracy
.
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.