Share via


BleCsRangingParams.SightTypeUnknown Field

Definition

Caution

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

Sight type is unknown.

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

Field Value

Value = 0

Implements

Attributes

Remarks

Sight type is unknown.

Java documentation for android.ranging.ble.cs.BleCsRangingParams.SIGHT_TYPE_UNKNOWN.

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