共用方式為


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 屬性授權中所述的詞彙使用。

適用於