Skip to content

PushNotificationUnregister

Unregister a device with SAP Mobile Services to deny push notifications to be sent to the device.

All the properties defined under Action are applicable to this action.

PushNotificationUnregister Properties

Property Type Required
_Type const Yes

_Type

  • type: const

The value of this property must be:

"Action.Type.PushNotificationUnregister"

Action Result

The ActionResult of this action is null.


Examples

{
    "_Type": "Action.Type.PushNotificationUnregister",
    "OnSuccess": "/MDKApp/Actions/PushNotification/PushNotificationRegisterSuccessMessage.action",
    "OnFailure": "/MDKApp/Actions/PushNotification/PushNotificationRegisterFailureMessage.action"
}