notification.read Client Message
Client-side message raised when a notification is read. Only raised when the Socket Notification (Live Alert) Distribution Type plugin is enabled, and only received when a recipient has enabled the notification type and the live alert distribution type for the given notification type id.
Usage
$.telligent.evolution.messaging.subscribe('notification.read', function(data) {
// handle the event
});
Data
id
: id of the notificationcontentId
: related content id stringcontentTypeId
: related content type id stringtypeId
: notification type id stringcontentUrl
: url of the related contentunreadCount
: count of remaining unread notifications