UWAGA: poniższa dokumentacja dotyczy nieakutalnej wersji API (2.0.0). Kliknij aby przejść do aktualnej dokumentacji.

<<

NAME

Parse - Push notifications for Android and iOS.

FORMAL SPECIFICATION

WSDL: https://api.cloudmonit.pl/2.0.0/wsdl/Parse.wsdl

JSON: https://api.cloudmonit.pl/2.0.0/json/Parse.json

DESCRIPTION

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.

METHODS

Meta

Returns the JSON or WSDL specification of the Parse API module.

WARNING

This method is meant for internal usage in API clients. Unless you are writing one, you probably do not need it.

Arguments

Returns

Authorization

This method can be called by read-only users.

ReadNotification

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.

Arguments

Returns

Authorization

This method can be called by read-only users.

RegisterDevice

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.

Arguments

Returns

Nothing.

Authorization

This method can be called by read-only users.

UnregisterDevice

Unregisters a device. No further notifications will be sent to it.

Arguments

Returns

Nothing.

Authorization

This method can be called by read-only users.

<<