ApnSetting.ApnTypeBitmask Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the bitmask of APN types.
public virtual Android.Telephony.Data.ApnType ApnTypeBitmask { [Android.Runtime.Register("getApnTypeBitmask", "()I", "GetGetApnTypeBitmaskHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getApnTypeBitmask", "()I", "GetGetApnTypeBitmaskHandler", ApiSince=28)>]
member this.ApnTypeBitmask : Android.Telephony.Data.ApnType
Property Value
a bitmask describing the types of the APN
- Attributes
Remarks
Returns the bitmask of APN types.
Apn types are usage categories for an APN entry. One APN entry may support multiple APN types, eg, a single APN may service regular internet traffic ("default") as well as MMS-specific connections.
The bitmask of APN types is calculated from APN types defined in ApnSetting
.
Java documentation for android.telephony.data.ApnSetting.getApnTypeBitmask()
.
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.