minDelay property

int minDelay
final

@return 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 {@link android.Manifest.permission#HIGH_SAMPLING_RATE_SENSORS} permission, the minimum delay is capped at 5000 microseconds (200 Hz).

Implementation

final int minDelay;