다음을 통해 공유


TelephonyManager.NetworkTypeBitmaskNr Field

Definition

network type bitmask indicating the support of radio tech NR(New Radio) 5G.

[Android.Runtime.Register("NETWORK_TYPE_BITMASK_NR", ApiSince=33)]
public const long NetworkTypeBitmaskNr = 524288;
[<Android.Runtime.Register("NETWORK_TYPE_BITMASK_NR", ApiSince=33)>]
val mutable NetworkTypeBitmaskNr : int64

Field Value

Value = 524288
Attributes

Remarks

network type bitmask indicating the support of radio tech NR(New Radio) 5G.

Java documentation for android.telephony.TelephonyManager.NETWORK_TYPE_BITMASK_NR.

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