AUTHENTICATED

Indicates that the SDK has successfully authenticated with the server.

This state confirms a successful signIn method, verifying the user with the server. The SDK remains in this state until the XMPP connection is established, transitioning to READY.

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.