Notification Event
Receive and open push notifications
Receive notification
Notification Received Event. An event dispatched when a push notification is received by a device registered for push notifications.
eventName -
showNotificationviewName - 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 -
showNotificationviewName -
moduleID -
topnewsmoduleName -
ContentListmoduleTitle -
Top NewsstreamID -
streamType -
streamTitle -
notificationTitle -
notificationText -
Some title\nSome body text goes herecontentID -
a67d3300-1fa0-4595-ac58-d223d217f12dcontentType -
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 -
showNotificationviewName -
moduleID -
globalmoduleName -
moduleTitle -
streamID -
streamType -
streamTitle -
notificationTitle -
notificationText -
Some title\nSome body text goes herecontentID -
contentType -
Example - The device receives a manual push notification for the Editions module about a new Edition.
eventName -
showNotificationviewName -
moduleID -
editionsmoduleName -
ContentListmoduleTitle -
EditionsstreamID -
streamType -
streamTitle -
notificationTitle -
notificationText -
Some title\nSome body text goes herecontentID -
a67d3300-1fa0-4595-ac58-d223d217f12dcontentType -
package
Example - The device receives an automatic push notification, from the NearMe module, with a link to an article.
eventName -
showNotificationviewName -
moduleID -
mynewsmoduleName -
NearMemoduleTitle -
My NewsstreamID -
95d3e986-26b7-4b14-b436-8c79c8645412streamType -
ConceptCategoryUuidsstreamTitle -
Crime and PunishmentnotificationTitle -
Some titlenotificationText -
contentID -
a67d3300-1fa0-4595-ac58-d223d217f12dcontentType -
article
Open notification
Notification Opened Event. An event dispatched when a push notification is opened.
eventName -
openNotificationviewName - 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.
eventName -
openNotificationviewName -
moduleID -
mynewsmoduleName -
NearMemoduleTitle -
My NewsstreamID -
a5c77d9c-6c4f-4dd7-860a-a155c568a9bestreamType -
ConceptCategoryUuidsstreamTitle -
Example categorynotificationTitle -
Push notification's titlenotificationText -
contentID -
329a8259-93e1-4eb0-bf50-6e73d8732b07(article uuid)contentType -
article
Example - The device received a manual push notification to open an article, and that notification was opened.
eventName -
openNotificationviewName -
moduleID -
mynewsmoduleName -
NearMemoduleTitle -
My NewsstreamID -
streamType -
streamTitle -
notificationTitle -
Push notification's titlenotificationText -
contentID -
329a8259-93e1-4eb0-bf50-6e73d8732b07(article UUID)contentType -
article
Last updated
Was this helpful?