NetworkRegistrationInfo.NrStateRestricted 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) but either the use of dual connectivity with NR(DCNR) is restricted or NR is not supported by the selected PLMN.

[Android.Runtime.Register("NR_STATE_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 NrStateRestricted = 1;
[<Android.Runtime.Register("NR_STATE_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 NrStateRestricted : Android.Telephony.NetworkRegistrationInfoNrState

Field Value

Value = 1

Implements

Attributes

Remarks

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

Java documentation for android.telephony.NetworkRegistrationInfo.NR_STATE_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