次の方法で共有


NetworkRegistrationInfo.NrStateConnected フィールド

定義

注意事項

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

このデバイスは、E-UTRA-NR デュアル接続 (EN-DC) をサポートし、セカンダリ サービス セルとして少なくとも 1 つの 5G セルにも接続されている LTE セルにキャンプされます。

[Android.Runtime.Register("NR_STATE_CONNECTED", 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 NrStateConnected = 3;
[<Android.Runtime.Register("NR_STATE_CONNECTED", 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 NrStateConnected : Android.Telephony.NetworkRegistrationInfoNrState

フィールド値

Value = 3

実装

属性

注釈

このデバイスは、E-UTRA-NR デュアル接続 (EN-DC) をサポートし、セカンダリ サービス セルとして少なくとも 1 つの 5G セルにも接続されている LTE セルにキャンプされます。

の Java ドキュメントandroid.telephony.NetworkRegistrationInfo.NR_STATE_CONNECTED

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象