DISCONNECTED

Represents a disconnected state of the SDK.

This is the initial state and persists until a sign-in method is initiated, transitioning the state to AUTHENTICATING.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Functions

Link copied to clipboard
fun isAtLeastAuthenticated(): Boolean

Checks if the SDK is at least in the AUTHENTICATED state.

Link copied to clipboard
fun isAuthenticated(): Boolean

Checks if the SDK is in the AUTHENTICATED state.

Link copied to clipboard
fun isAuthenticating(): Boolean

Checks if the SDK is in the AUTHENTICATING state.

Link copied to clipboard
fun isDisconnected(): Boolean

Checks if the SDK is in the DISCONNECTED state.

Link copied to clipboard
fun isReady(): Boolean

Checks if the SDK is in the READY state.