Push Notifications API.
Used to send Push Notification messages.
Method summary
Push Notifications has the following methods:
Method | Description |
---|---|
send(pushApiKey, messageData) | Sends push notifications. |
listScheduled(pushAPIKey) | Returns the list of scheduled push notifications that haven’t already been sent. |
deleteScheduled(pushID) | Deletes scheduled push that hasn’t been already sent. In other case it returns an error. |