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 | |
| open Int |
Retrieves the UICC app type |
| open Int |
getSubId()Retrieves the subId |
| open Int |
hashCode() |
| 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. |
getAppType
Added in API level 31
open fun getAppType(): Int
Retrieves the UICC app type
return the type
| Return | |
|---|---|
Int |
Value is one of the following: |
hashCode
Added in API level 31
open fun hashCode(): Int
| Return | |
|---|---|
Int |
a hash code value for this object. |