Share via


ApnSetting.NetworkTypeBitmask Property

Definition

Returns a bitmask describing the Radio Technologies (Network Types) which this APN may use.

public virtual Android.Telephony.NetworkType NetworkTypeBitmask { [Android.Runtime.Register("getNetworkTypeBitmask", "()I", "GetGetNetworkTypeBitmaskHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getNetworkTypeBitmask", "()I", "GetGetNetworkTypeBitmaskHandler", ApiSince=28)>]
member this.NetworkTypeBitmask : Android.Telephony.NetworkType

Property Value

a bitmask describing the Radio Technologies (Network Types) or 0 if it is undefined.

Attributes

Remarks

Returns a bitmask describing the Radio Technologies (Network Types) which this APN may use.

NetworkType bitmask is calculated from NETWORK_TYPE defined in TelephonyManager.

Examples of Network Types include TelephonyManager#NETWORK_TYPE_UNKNOWN, TelephonyManager#NETWORK_TYPE_GPRS, TelephonyManager#NETWORK_TYPE_EDGE.

Java documentation for android.telephony.data.ApnSetting.getNetworkTypeBitmask().

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