setConversationMark abstract method
Future<ZIMConversationMarkSetResult>
setConversationMark(
- int mark,
- bool enable,
- List<
ZIMConversationBaseInfo> conversationInfos
Set the conversation marked status.
markMark value that needs to be set.enableWhether to enable the mark value.conversationInfosConversation information list that needs to be set.
Implementation
Future<ZIMConversationMarkSetResult> setConversationMark(
int mark, bool enable, List<ZIMConversationBaseInfo> conversationInfos);