StackMob - Legacy push notifications for Android and iOS.
WSDL: https://api.cloudmonit.pl/2.0.0/wsdl/StackMob.wsdl
JSON: https://api.cloudmonit.pl/2.0.0/json/StackMob.json
This module allows you to receive push notifications to Android and iOS apps. Notifications are now implemented with Parse instead of StackMob, this module exists for backwards compatibility. This module is meant for use by our mobile applications only.
Returns the JSON or WSDL specification of the StackMob
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 notification ID, from the push message's payload.
JSON-encoded notification's content.
This method can be called by read-only users.