Share via


RangingCapabilities.NotSupported Field

Definition

Caution

This constant will be removed in the future version. Use Android.Ranging.RangingCapabilitiesStatus enum directly instead of this field.

Indicates that the ranging technology is not supported on the current device.

[Android.Runtime.Register("NOT_SUPPORTED", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Ranging.RangingCapabilitiesStatus enum directly instead of this field.", true)]
public const Android.Ranging.RangingCapabilitiesStatus NotSupported = 0;
[<Android.Runtime.Register("NOT_SUPPORTED", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Ranging.RangingCapabilitiesStatus enum directly instead of this field.", true)>]
val mutable NotSupported : Android.Ranging.RangingCapabilitiesStatus

Field Value

Value = 0

Implements

Attributes

Remarks

Indicates that the ranging technology is not supported on the current device.

Java documentation for android.ranging.RangingCapabilities.NOT_SUPPORTED.

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