Added in API level 31
EapSessionConfig.EapSimConfig
public
static
class
EapSessionConfig.EapSimConfig
extends EapSessionConfig.EapMethodConfig
| java.lang.Object | ||
| ↳ | android.net.eap.EapSessionConfig.EapMethodConfig | |
| ↳ | android.net.eap.EapSessionConfig.EapSimConfig | |
EapSimConfig represents the configs needed for an EAP SIM session.
Summary
Inherited constants |
|---|
Public methods | |
|---|---|
int
|
getAppType()
Retrieves the UICC app type return the type |
int
|
getSubId()
Retrieves the subId |
Inherited methods | |
|---|---|
Public methods
getAppType
Added in API level 31
public int getAppType ()
Retrieves the UICC app type
return the type
| Returns | |
|---|---|
int |
Value is TelephonyManager.APPTYPE_SIM, TelephonyManager.APPTYPE_USIM, TelephonyManager.APPTYPE_RUIM, TelephonyManager.APPTYPE_CSIM, or TelephonyManager.APPTYPE_ISIM |