MutableChatClientOptions

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override var logHandler: (logEntry: LogEntry) -> Unit?

A custom log handler that will be used to log messages from the client.

Link copied to clipboard
open override var logLevel: LogLevel

The minimum log level at which messages will be logged.

Link copied to clipboard
open override var stateDispatcher: CoroutineDispatcher

The coroutine context used for managing the state updates within the chat client. This context allows for controlling concurrency and dispatching tasks related to state management.