RangingResultCallback.StatusCodeFailRttNotAvailable Field

Definition

Caution

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

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

Field Value

Value = 2
Attributes

Applies to