Added in API level 31

EapSimConfig


class EapSimConfig : EapSessionConfig.EapMethodConfig
kotlin.Any
   ↳ android.net.eap.EapSessionConfig.EapMethodConfig
   ↳ android.net.eap.EapSessionConfig.EapSimConfig

EapSimConfig represents the configs needed for an EAP SIM session.

Summary

Inherited constants
Public methods
open Boolean
equals(other: Any?)

open Int

Retrieves the UICC app type

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.

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.