Added in API level 31
EapAkaConfig
class EapAkaConfig : EapSessionConfig.EapMethodConfig
| kotlin.Any | ||
| ↳ | android.net.eap.EapSessionConfig.EapMethodConfig | |
| ↳ | android.net.eap.EapSessionConfig.EapAkaConfig | |
EapAkaConfig represents the configs needed for an EAP AKA session.
Summary
| Inherited constants | |
|---|---|
| Public methods | |
|---|---|
| open Int |
Retrieves the UICC app type |
| open EapSessionConfig.EapAkaOption |
Retrieves EapAkaOption |
| open Int |
getSubId()Retrieves the subId |
| Inherited functions | |
|---|---|
Public methods
getAppType
Added in API level 31
open fun getAppType(): Int
Retrieves the UICC app type
return the type
getEapAkaOption
Added in API level 33
open fun getEapAkaOption(): EapSessionConfig.EapAkaOption
Retrieves EapAkaOption
| Return | |
|---|---|
EapSessionConfig.EapAkaOption |
the EapAkaOption This value cannot be null. |