set Conversations Notification Level
public abstract void setConversationsNotificationLevel(List<ConversationIdentifier> conversationIdentifiers, IRongCoreEnum.PushNotificationLevel level, IRongCoreCallback.OperationCallback callback)
Asynchronously batch sets the message notification status for conversations.
To cancel the setting, call this method with PUSH_NOTIFICATION_LEVEL_ALL_MESSAGE passed as the level parameter.
Note: Not supported for chatrooms!
Note: For ultra groups, this interface is used to set the Do Not Disturb level for specific channels.
Since
5.6.7
Parameters
conversation Identifiers
List of conversation identifiers, with a maximum count of 20.
level
The message notification level to be set for the conversations.
callback
The callback result.