Sensor.MinDelay Property

Definition

public virtual int MinDelay { [Android.Runtime.Register("getMinDelay", "()I", "GetGetMinDelayHandler")] get; }
[<get: Android.Runtime.Register("getMinDelay", "()I", "GetGetMinDelayHandler")>]
member this.MinDelay : int

Property Value

the minimum delay allowed between two events in microseconds or zero if this sensor only returns a value when the data it's measuring changes. Note that if the app does not have the android.Manifest.permission#HIGH_SAMPLING_RATE_SENSORS permission, the minimum delay is capped at 5000 microseconds (200 Hz).

Attributes

Remarks

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

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