| java.lang.Object | |
| ↳ | com.samsung.android.knox.net.billing.EnterpriseApn |
Deprecated
in API level 33
NOTE: This Class is not available since Android 12.
This class is helper data structure to store Enterprise APN details like apn, mcc and mnc of a network operator.
The combination of apn, mcc and mnc, i.e to say an
EnterpriseApn apn = new EnterpriseApn(apn, mcc, mnc);
|
| API level 13 |
| KNOX 2.2 |
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| apn |
Deprecated
in API level 33 NOTE: This Variable is not available since Android 12. |
||||||||||
| mcc |
Deprecated
in API level 33 NOTE: This Variable is not available since Android 12. |
||||||||||
| mnc |
Deprecated
in API level 33 NOTE: This Variable is not available since Android 12. |
||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Deprecated
in API level 33
NOTE: This API is not available since Android 12. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Deprecated
in API level 33
NOTE: This Variable is not available since Android 12.
The apn.
| API level 13 |
| KNOX 2.2 |
Deprecated
in API level 33
NOTE: This Variable is not available since Android 12.
The mcc.
| API level 13 |
| KNOX 2.2 |
Deprecated
in API level 33
NOTE: This Variable is not available since Android 12.
The mnc.
| API level 13 |
| KNOX 2.2 |
Deprecated
in API level 33
NOTE: This API is not available since Android 12.
Instantiates a new enterprise apn, once initialized the values are immutable.
| apn | the Access Point Name |
|---|---|
| mcc | the Mobile Country Code |
| mnc | the Mobile Network Code |
| IllegalArgumentException | if apn,mcc or mnc is null or empty. |
|---|
| API level 13 |
| KNOX 2.2 |