Skip to content

PushNotificationUnregister

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

The properties defined in Action are also applicable to this action.

PushNotificationUnregister Properties

Property Type Required
_Type const Required

_Type

  • type: const

The value of this property must be equal to:

"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"
}