CarrierConfigManager.Iwlan.EpdgAddressIpv6Preferred Field

Definition

Caution

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

Prioritize IPv6 ePDG addresses

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

Field Value

Value = 1
Attributes

Remarks

Prioritize IPv6 ePDG addresses

Java documentation for android.telephony.CarrierConfigManager.Iwlan.EPDG_ADDRESS_IPV6_PREFERRED.

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