CoreEvent

sealed class CoreEvent

Core events emitted by the CoreClient.

Inheritors

Types

Link copied to clipboard
data class Connection(val event: ServerSentEvent.Connection) : CoreEvent

Connection events emitted when the server connection moves between states.

Link copied to clipboard

Conversation events emitted by the ConversationClient.

Link copied to clipboard
data class Error(val message: String, val exception: Exception = Exception(UNKNOWN_EXCEPTION)) : CoreEvent

Error events emitted when an exception occurs.