contactManager property

EMContactManager contactManager

~english Gets the EMContactManager class. Make sure to call it after the EMClient has been initialized.

Return The EMContactManager class. ~end

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

Return EMContactManager 类。 ~end

Implementation

EMContactManager get contactManager {
  return _contactManager;
}