Language

RangingResult.StatusBusyTryLater Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.RangingStatus enum directly instead of this field.

Individual range request status, #getStatus().

[Android.Runtime.Register("STATUS_BUSY_TRY_LATER", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.RangingStatus enum directly instead of this field.", true)]
public const Android.Net.Wifi.Rtt.RangingStatus StatusBusyTryLater = 12;
[<Android.Runtime.Register("STATUS_BUSY_TRY_LATER", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.RangingStatus enum directly instead of this field.", true)>]
val mutable StatusBusyTryLater : Android.Net.Wifi.Rtt.RangingStatus

Field Value

Value = 12

Implements

Attributes

Remarks

Individual range request status, getStatus(). Indicates that the ranging operation failed because the peer is busy and unable to handle the request at this time. The requester should try again after a suggested delay, which can be retrieved with getRetryAfterDurationMillis().

Android reference for android.net.wifi.rtt.RangingResult.STATUS_BUSY_TRY_LATER.

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