CarrierConfigManager.Ims.NetworkTypeRoaming Field

Definition

Caution

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

Indicates Roaming Network.

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

Field Value

Value = 1
Attributes

Remarks

Indicates Roaming Network.

Java documentation for android.telephony.CarrierConfigManager.Ims.NETWORK_TYPE_ROAMING.

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