Share via


TelephonyManager.EriFlash 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 FLASH i.

[Android.Runtime.Register("ERI_FLASH", 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 EriFlash = 2;
[Android.Runtime.Register("ERI_FLASH", ApiSince=31)]
public const Android.Telephony.EnhancedRoamingIndicator EriFlash = 2;
[<Android.Runtime.Register("ERI_FLASH", 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 EriFlash : Android.Telephony.EnhancedRoamingIndicator
[<Android.Runtime.Register("ERI_FLASH", ApiSince=31)>]
val mutable EriFlash : Android.Telephony.EnhancedRoamingIndicator

Field Value

Value = 2
Attributes

Remarks

ERI (Enhanced Roaming Indicator) is FLASH i.e value 2 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_FLASH.

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