Class Veery
unregisterNotification(_ subscriptionType : String)
Cancels the call to registerNotification.
Parameters
Param name | Type | Usage and Possible values |
---|---|---|
subscriptionType | String | Name of the subscription to a notification (push) feed |
Returns
void
Usage / Example
veery.unregisterNotification(Veery.NOTIF_HELLO)
User interaction
No more notification (of the specified subscription) will be sent any more.
See also
registerNotification
Enable a notification for a specified geo-predictive event.
unregisterNotification
Disable notifications for a specified geo-predictive event.