CarrierConfigManager.ImsSs.KeyUtIptypeHomeInt Field

Definition

Specifies the 'XCAP over UT' IP Type when device is on Home Network.

[Android.Runtime.Register("KEY_UT_IPTYPE_HOME_INT", ApiSince=33)]
public const string KeyUtIptypeHomeInt;
[<Android.Runtime.Register("KEY_UT_IPTYPE_HOME_INT", ApiSince=33)>]
val mutable KeyUtIptypeHomeInt : string

Field Value

Attributes

Remarks

Specifies the 'XCAP over UT' IP Type when device is on Home Network.

Possible values are, ApnSetting#PROTOCOL_IPV4V6, ApnSetting#PROTOCOL_IP, ApnSetting#PROTOCOL_IPV6

If key is invalid or not configured, the default value ApnSetting#PROTOCOL_IPV4V6 will apply.

Java documentation for android.telephony.CarrierConfigManager.ImsSs.KEY_UT_IPTYPE_HOME_INT.

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