RangingConfig.RangingSessionOob Field

Definition

Caution

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

Ranging session with the out-of-band negotiations performed by the ranging API.

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

Field Value

Value = 1

Implements

Attributes

Remarks

Ranging session with the out-of-band negotiations performed by the ranging API.

Java documentation for android.ranging.RangingConfig.RANGING_SESSION_OOB.

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