Notification Received Event. An event dispatched when a push notification is received by a device registered for push notifications.
eventName - showNotification
viewName - empty if omitted
moduleID - Notification context
moduleName - Module name, or empty if omitted
moduleTitle - Module title in app config, or empty if omitted
streamID - Notification uuid
streamType - Open Content property name for the concept
streamTitle - Concept headline
notificationTitle - Notification alert title
notificationText - Notification alert body
contentID - Notification uuid
contentType - Linked contentType
Example - The device receives a manual push notification with a link to open an article if clicked.
eventName - showNotification
viewName -
moduleID - topnews
moduleName - ContentList
moduleTitle - Top News
streamID -
streamType -
streamTitle -
notificationTitle -
notificationText - Some title\nSome body text goes here
contentID - a67d3300-1fa0-4595-ac58-d223d217f12d
contentType - article
Example - The device receives a manual push notification which does not contain a link to an article (or anything), and does not contain any module info.
eventName - showNotification
viewName -
moduleID - global
moduleName -
moduleTitle -
streamID -
streamType -
streamTitle -
notificationTitle -
notificationText - Some title\nSome body text goes here
contentID -
contentType -
Example - The device receives a manual push notification for the Editions module about a new Edition.
eventName - showNotification
viewName -
moduleID - editions
moduleName - ContentList
moduleTitle - Editions
streamID -
streamType -
streamTitle -
notificationTitle -
notificationText - Some title\nSome body text goes here
contentID - a67d3300-1fa0-4595-ac58-d223d217f12d
contentType - package
Example - The device receives an automatic push notification, from the NearMe module, with a link to an article.
eventName - showNotification
viewName -
moduleID - mynews
moduleName - NearMe
moduleTitle - My News
streamID - 95d3e986-26b7-4b14-b436-8c79c8645412
streamType - ConceptCategoryUuids
streamTitle - Crime and Punishment
notificationTitle - Some title
notificationText -
contentID - a67d3300-1fa0-4595-ac58-d223d217f12d
contentType - article
Open notification
Notification Opened Event. An event dispatched when a push notification is opened.
eventName - openNotification
viewName - empty if omitted
moduleID - Notification context
moduleName - Module name, or empty if omitted
moduleTitle - Module title in app config, or empty if omitted
streamID - Notification uuid
streamType - Open Content property name for the Concept
streamTitle - Concept headline
notificationTitle - Notification alert title
notificationText - Notification alert body
contentID - Notification data body (?)
contentType - Linked contentType
Example - The device received an automatic push notification with an article. This event triggers when that notification is opened (clicked) and the article will open in a concept stream.