READY

Represents the state where the SDK is ready for use.

This state is achieved upon successful establishment of the XMPP connection. Users can receive messages in this state. If the XMPP connection is lost, the SDK reverts to the AUTHENTICATED state.

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.