Added in API level 31
EapAkaPrimeConfig
class EapAkaPrimeConfig : EapSessionConfig.EapAkaConfig
kotlin.Any | |||
↳ | android.net.eap.EapSessionConfig.EapMethodConfig | ||
↳ | android.net.eap.EapSessionConfig.EapAkaConfig | ||
↳ | android.net.eap.EapSessionConfig.EapAkaPrimeConfig |
EapAkaPrimeConfig represents the configs needed for an EAP-AKA' session.
Summary
Inherited constants | |
---|---|
Public methods | |
---|---|
open Boolean |
Checks if mismatched network names are allowed |
open String |
Retrieves the network name |
Inherited functions | |
---|---|
Public methods
allowsMismatchedNetworkNames
Added in API level 31
open fun allowsMismatchedNetworkNames(): Boolean
Checks if mismatched network names are allowed
Return | |
---|---|
Boolean |
whether network name mismatches are allowed |
getNetworkName
Added in API level 31
open fun getNetworkName(): String
Retrieves the network name
return the network name
Return | |
---|---|
String |
This value cannot be null . |