MCCordovaPlugin~notificationOpenedCallback
A callback function that’s called when a push message is opened.
Inner typedef of MCCordovaPlugin.
| Parameter | Type | Description |
|---|---|---|
timeStamp | number | Time since the epoch when the push message was opened. |
values | Object | The values of the notification message. |
values.alert | string | The alert text of the notification message. |
values.title | string | The title text of the notification message. |
values.url | string | The URL associated with the notification message. The URL can either be a CloudPages URL or an OpenDirect URL. |
values.type | string | Indicates the type of notification message. Possible values: cloudPage, openDirect, or other. |