chatManager property
~english Gets the ChatManager class. Make sure to call it after ChatClient has been initialized.
Return The ChatManager
class.
~end
~chinese 获取 ChatManager 类。请确保在 ChatClient 初始化之后调用本方法,详见 ChatClient.init。
Return ChatManager
类。
~end
Implementation
ChatManager get chatManager {
return _chatManager;
}