NetworkRegistrationInfo.NrStateNotRestricted フィールド

定義

注意事項

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

このデバイスは、E-UTRA-NR Dual Connectivity(EN-DC) をサポートする LTE セルにキャンプされ、NR(DCNR) とのデュアル接続の両方の使用は制限されず、NR は選択した PLMN でサポートされます。

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

フィールド値

Value = 2

実装

属性

注釈

このデバイスは、E-UTRA-NR Dual Connectivity(EN-DC) をサポートする LTE セルにキャンプされ、NR(DCNR) とのデュアル接続の両方の使用は制限されず、NR は選択した PLMN でサポートされます。

android.telephony.NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTEDJava ドキュメント。

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

適用対象