ChatTransportConfig

class ChatTransportConfig(cloudHost: String, val apiVersion: ChatApiVersion = ChatApiVersion.defaultApiVersionEnum)

Ссылки и ключи подключения сервера

Constructors

Link copied to clipboard
constructor(rest: String, webSocket: String, dataStore: String, dataStoreHTTPHeaders: Map<String, String>?, newRoutesEnabled: Boolean = true, apiVersion: ChatApiVersion = ChatApiVersion.defaultApiVersionEnum)
constructor(cloudHost: String, apiVersion: ChatApiVersion = ChatApiVersion.defaultApiVersionEnum)

Properties

Link copied to clipboard

Версия API на бэкэнде. По умолчанию ChatApiVersion.defaultApiVersionEnum

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int