API Reference - WebPortal.getPendingNotifications()
WebPortal.getPendingNotifications()
WebPortal.getPendingNotifications()
Description | Gets the notifications currently pending. |
Response | The Notifications as Array (either empty or containing Strings) or Unrecognised Error if the application is not fully launched. |
Parameter | String The application ID (AppID). |
Example
1
2
var notificationMessages = WebPortal.getPendingNotifications()
// notificationMessages = []