ChatState

Definition of possible Chat states from application point-of-view.

Entries

Link copied to clipboard

Not yet configured enough to connect.

Link copied to clipboard

In the process of preparing the chat by performing initial configuration checks fetching the channel configuration.

Link copied to clipboard

The chat is "prepared" but no web socket is open.

Link copied to clipboard

In the process of connecting the websocket.

Link copied to clipboard

A websocket connection has been established.

Link copied to clipboard

A chat state was recovered (if there was anything to recover). If there were any thread/s recovered, then this fact should have signaled via listener.

Link copied to clipboard

the connection was involuntarily lost.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): ChatState

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.