Added in API level 33

EapAkaOption


class EapAkaOption
kotlin.Any
   ↳ android.net.eap.EapSessionConfig.EapAkaOption

EapAkaOption represents optional configurations for EAP AKA authentication.

Summary

Nested classes

This class can be used to incrementally construct an EapAkaOption.

Public methods
Boolean
equals(other: Any?)

ByteArray?

Retrieves the re-authentication ID

Int

Public methods

equals

Added in API level 33
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.

getReauthId

Added in API level 33
fun getReauthId(): ByteArray?

Retrieves the re-authentication ID

Return
ByteArray? the re-authentication ID.
This value may be null.

hashCode

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