Index of Module pushnotification - part-cw/lambdanative GitHub Wiki
pushnotification
Module:The PushNotification module allows sending and receiving of Apple Push Notification Service messages (and at a later time Google Cloud Messaging).
Function | Short Description |
---|---|
(pushnotification-gettoken) | Retrieve the device token needed |
(pushnotification-apn-send certfile keyfile password token msg . badgenum) | Send an Apple Push Notification message |
(pushnotification-gcm-send apikey token msg . data) | Send a Google Cloud Messaging message |