UwbRangingCapabilities.IsDistanceMeasurementSupported Property

Definition

Checks if the device supports distance measurement.

public bool IsDistanceMeasurementSupported { [Android.Runtime.Register("isDistanceMeasurementSupported", "()Z", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("isDistanceMeasurementSupported", "()Z", "", ApiSince=36)>]
member this.IsDistanceMeasurementSupported : bool

Property Value

true if distance measurement is supported; false otherwise.

Attributes

Remarks

Checks if the device supports distance measurement.

Java documentation for android.ranging.uwb.UwbRangingCapabilities.isDistanceMeasurementSupported().

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