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 Boolean
equals(other: Any?)

open Int

Retrieves the UICC app type

open EapSessionConfig.EapAkaOption

Retrieves EapAkaOption

open Int

Retrieves the subId

open Int

Inherited functions

Public methods

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.

getEapAkaOption

Added in API level 33
open fun getEapAkaOption(): EapSessionConfig.EapAkaOption

Retrieves EapAkaOption

Return
EapSessionConfig.EapAkaOption the EapAkaOption
This value cannot be null.

getSubId

Added in API level 31
open fun getSubId(): Int

Retrieves the subId

Return
Int the subId

hashCode

Added in API level 31
open fun hashCode(): Int
Return
Int a hash code value for this object.