unregisterFromRemoteNotifications

This front call unregisters the mobile device from push notifications.

Syntax

ui.Interface.frontCall("mobile","unregisterFromRemoteNotifications",
   [], [] )

Usage

The "unregisterFromRemoteNotifications" front call unregisters the device from push notifications after it has been registered with the registerForRemoteNotifications front call.

Example

CALL ui.Interface.frontCall(
        "mobile", "unregisterFromRemoteNotifications", 
        [ ], [ ] )
...