contactManager property

ChatContactManager contactManager

~english Gets the ChatContactManager class. Make sure to call it after the ChatClient has been initialized.

Return The ChatContactManager class. ~end

~chinese 获取 ChatContactManager 类。请确保在 ChatClient 初始化之后调用本方法,详见 ChatClient.init

Return ChatContactManager 类。 ~end

Implementation

ChatContactManager get contactManager {
  return _contactManager;
}