RouteSelectionDescriptor.SessionTypeIpv4v6 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 both IP and IPV6 types.

[Android.Runtime.Register("SESSION_TYPE_IPV4V6", 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 SessionTypeIpv4v6 = 2;
[<Android.Runtime.Register("SESSION_TYPE_IPV4V6", 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 SessionTypeIpv4v6 : Android.Telephony.Data.RouteSelectionSessionType

Field Value

Value = 2

Implements

Attributes

Remarks

The route selection descriptor is for the session with both IP and IPV6 types.

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

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