public interface NotificationEvaluationProvider
| Modifier and Type | Method and Description | 
|---|---|
| Collection<NotificationInfo> | evaluateNotifications(Message data,
                     Conversation conversation,
                     Collection<Participant> participants)Evaluates the notifications and message data read behavior for all participants according a rules set and the
 participants profile (e.g. | 
Collection<NotificationInfo> evaluateNotifications(Message data, Conversation conversation, Collection<Participant> participants)
data - the message for which notifications need to be evaluatedconversation - the conversationparticipants - all the participants for which notifications needs to be evaluatedCopyright © 2019. All rights reserved.