public interface ConversationNotificationService
| Modifier and Type | Method and Description |
|---|---|
void |
sendNotification(Message message,
Conversation conversation)
Send a notification for the given message in the given conversation
|
void sendNotification(Message message, Conversation conversation)
message - the message for which a notification needs to be sentconversation - the conversation to which the message is being sentCopyright © 2019. All rights reserved.