Interface MessageReceiver
- All Superinterfaces:
OsidReceiver
The message receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Message
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedMessages(Id notificationId, IdList messageIds) The callback for notification of updated messages.voiddeletedMessages(Id notificationId, IdList messageIds) the callback for notification of deleted messages.voidnewMessages(Id notificationId, IdList messageIds) The callback for notifications of new messages.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newMessages
-
changedMessages
-
deletedMessages
-