TelephonyManager.EriOn Field

Definition

Caution

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

ERI (Enhanced Roaming Indicator) is ON i.

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

Field Value

Value = 0
Attributes

Remarks

ERI (Enhanced Roaming Indicator) is ON i.e value 0 defined by 3GPP2 C.R1001-H v1.0 Table 8.1-1.

This member is deprecated. Legacy CDMA is unsupported.

Java documentation for android.telephony.TelephonyManager.ERI_ON.

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