enableEmptyConversation property

bool enableEmptyConversation
final

~english Whether to include empty conversations when the SDK loads conversations from the local database:

  • true: Yes;
  • (Default) false: No. ~end

~chinese 从本地数据库加载会话时是否包括空会话。

  • true:包含空会话;
  • (默认)false:不包含空会话。 ~end

Implementation

final bool enableEmptyConversation;