Package-level declarations

Types

Link copied to clipboard
class ChatClientConfig @JvmOverloads constructor(val apiKey: String, var httpUrl: String, var cdnHttpUrl: String, var wssUrl: String, val warmUp: Boolean, val loggerConfig: ChatLoggerConfig, var distinctApiCalls: Boolean = true, val debugRequests: Boolean, val notificationConfig: NotificationConfig)

A config to setup the ChatClient behavior.