RouteSelectionDescriptor.SessionTypeIpv4 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 IPV4 type.

[Android.Runtime.Register("SESSION_TYPE_IPV4", 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 SessionTypeIpv4 = 0;
[<Android.Runtime.Register("SESSION_TYPE_IPV4", 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 SessionTypeIpv4 : Android.Telephony.Data.RouteSelectionSessionType

Field Value

Value = 0

Implements

Attributes

Remarks

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

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

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