RouteSelectionDescriptor.SessionTypeIpv6 Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.Data.RouteSelectionSessionType enum directly instead of this field.

The route selection descriptor is for the session with IPV6 type.

[Android.Runtime.Register("SESSION_TYPE_IPV6", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Data.RouteSelectionSessionType enum directly instead of this field.", true)]
public const Android.Telephony.Data.RouteSelectionSessionType SessionTypeIpv6 = 1;
[<Android.Runtime.Register("SESSION_TYPE_IPV6", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Data.RouteSelectionSessionType enum directly instead of this field.", true)>]
val mutable SessionTypeIpv6 : Android.Telephony.Data.RouteSelectionSessionType

Field Value

Value = 1

Implements

Attributes

Remarks

The route selection descriptor is for the session with IPV6 type.

Java documentation for android.telephony.data.RouteSelectionDescriptor.SESSION_TYPE_IPV6.

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