autoLoadConversations property

bool autoLoadConversations
final

~english Whether to automatically load the conversation list from the local database during initialization.

  • (Default) true: Yes.
  • false: No. Set this option to false before using ChatManager.fetchConversationsFromDB to load conversations with pagination. ~end

~chinese 初始化时是否自动加载本地会话列表。

  • (默认)true:是;
  • false:否。使用 ChatManager.fetchConversationsFromDB 分页加载会话前需将该选项设置为 false。 ~end

Implementation

final bool autoLoadConversations;