Skip to content

//kotlin-sdk/fr.gasmartbuilding.gasmartaccessreadersdk/AuthState

AuthState

[androidJvm]\ enum AuthState : Enum<AuthState>

Entries

locked [androidJvm]
locked
loading [androidJvm]
loading
unlocked [androidJvm]
unlocked
error [androidJvm]
error

Properties

Name Summary
name [androidJvm]
val name: String
ordinal [androidJvm]
val ordinal: Int

Functions

Name Summary
valueOf [androidJvm]
fun valueOf(value: String): AuthState
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values [androidJvm]
fun values(): Array<AuthState>
Returns an array containing the constants of this enum type, in the order they're declared.