Android Studio
Added in API level 31

EapSessionConfig.EapSimConfig


public static class EapSessionConfig.EapSimConfig
extends EapSessionConfig.EapMethodConfig

java.lang.Object
   ↳ 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

boolean equals(Object o)

Indicates whether some other object is "equal to" this one.

int getAppType()

Retrieves the UICC app type

return the type

int getSubId()

Retrieves the subId

int hashCode()

Returns a hash code value for the object.

Inherited methods

Public methods

equals

Added in API level 31
public boolean equals (Object o)

Indicates whether some other object is "equal to" this one.

The equals method implements an equivalence relation on non-null object references:

An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes.

Parameters
o Object: the reference object with which to compare.
Returns
boolean true if this object is the same as the obj argument; false otherwise.

getAppType

Added in API level 31
public int getAppType ()

Retrieves the UICC app type

return the type

Returns int Value is one of the following: .
Value is one of the following:

getSubId

Added in API level 31
public int getSubId ()

Retrieves the subId

Returns
int the subId

hashCode

Added in API level 31
public int hashCode ()

Returns a hash code value for the object. This method is supported for the benefit of hash tables such as those provided by HashMap.

The general contract of hashCode is:

Returns
int a hash code value for this object.