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 Boolean | |
| open String |
Retrieves the network name |
| open Int |
hashCode() |
| 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 |
equals
Added in API level 31
open fun equals(other: Any?): Boolean
| Parameters | |
|---|---|
obj |
the reference object with which to compare. |
| Return | |
|---|---|
Boolean |
true if this object is the same as the obj argument; false otherwise. |
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. |
hashCode
Added in API level 31
open fun hashCode(): Int
| Return | |
|---|---|
Int |
a hash code value for this object. |