InitializationState

The state of initialization process.

Entries

Link copied to clipboard

Initialization is complete. Be aware that it doesn't mean that the SDK is connected. To track the connection state, please use ClientState.connectionState

Link copied to clipboard

Initialization was requested and should be completed shortly. During this state, the SDK is still not ready to be used.

Link copied to clipboard

The initialization of the SDK was not requested. Use ChatClient.connectUser to start the initialization process.

Properties

Link copied to clipboard

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

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.