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 - 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

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

Last updated