MvnoType Enum
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.
APN mobile virtual network operator matching types.
public enum MvnoType
type MvnoType =
- Inheritance
-
MvnoType
Fields
| Name | Value | Description |
|---|---|---|
| Spn | 0 | MVNO type for service provider name. |
| Imsi | 1 | MVNO type for IMSI. |
| Gid | 2 | MVNO type for group identifier level 1. |
| Iccid | 3 | MVNO type for ICCID. |
Remarks
Java documentation for android.telephony.data.ApnSetting.
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.