Parse - Push notifications for Android and iOS.
WSDL: https://api.cloudmonit.pl/2.0.0/wsdl/Parse.wsdl
JSON: https://api.cloudmonit.pl/2.0.0/json/Parse.json
This module allows you to receive push notifications to Android and iOS apps. Notifications are implemented with Parse. This module is meant for use by our mobile applications only.
Returns the JSON or WSDL specification of the Parse
API module.
This method is meant for internal usage in API clients. Unless you are writing one, you probably do not need it.
The specification format you want to use.
If omitted,
defaults to json
if you call this method using JSON request ot wsdl
if you call this method with SOAP.
Allowed values are: json
,
wsdl
.
The specification of the module.
The specification format used.
Allowed values are: json
,
wsdl
.
This method can be called by read-only users.
Returns the full content of a notification. The format of the content is identical to the one used with previous (API1) Google Cloud Messaging notifications and StackMob notifications. It will probably be extended with more details in the future.
The notification ID, from the push message's payload.
JSON-encoded notification's content.
This method can be called by read-only users.
Registers a mobile device.
It will now receive the push notifications for all user's services via Parse until unregistered or the token expires.
Note that the push notification's payload will only include an ID of a new notification (as the notification_id
attribute).
The notification's actual content can be fetched with the ReadNotification method.
The installation ID, as returned by Parse.
This value cannot be an empty string.
Nothing.
This method can be called by read-only users.
Unregisters a device. No further notifications will be sent to it.
The device type.
This value cannot be an empty string.
Nothing.
This method can be called by read-only users.