TelephonyManager.EriOff フィールド

定義

注意事項

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

ERI (拡張ローミング インジケーター) は OFF i です。

[Android.Runtime.Register("ERI_OFF", 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 EriOff = 1;
[<Android.Runtime.Register("ERI_OFF", 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 EriOff : Android.Telephony.EnhancedRoamingIndicator

フィールド値

Value = 1
属性

注釈

ERI (拡張ローミング インジケーター) は OFF です。つまり、値 1 は 3GPP2 C.R1001-H v1.0 表 8.1-1 で定義されています。

android.telephony.TelephonyManager.ERI_OFFJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象