TelephonyManager.EriOn 字段

定义

注意

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

ERI (增强漫游指示器) 为 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)>]
[<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

字段值

Value = 0
属性

注解

ERI(增强漫游指示器)为 ON,即 3GPP2 C.R1001-H v1.0 表 8.1-1 定义的值 0。

适用于 . 的 android.telephony.TelephonyManager.ERI_ONJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于