Freigeben über


NetworkRegistrationInfo.NrStateNotRestricted Field

Definition

Caution

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

The device is camped on an LTE cell that supports E-UTRA-NR Dual Connectivity(EN-DC) and both the use of dual connectivity with NR(DCNR) is not restricted and NR is supported by the selected 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

Field Value

Value = 2

Implements

Attributes

Remarks

The device is camped on an LTE cell that supports E-UTRA-NR Dual Connectivity(EN-DC) and both the use of dual connectivity with NR(DCNR) is not restricted and NR is supported by the selected PLMN.

Java documentation for android.telephony.NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to