ChatClientBuilder

abstract class ChatClientBuilder constructor

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun build(): ChatClient

Create a ChatClient instance based on the current configuration of the Builder.

Link copied to clipboard
abstract fun internalBuild(): ChatClient