cancel Subscriptions Through Push Notification
fun cancelSubscriptionsThroughPushNotification(cipher: CryptoMethod = CryptoMethod.None, callback: WebcomDoneCallback? = null)
Content copied to clipboard
Cancel all subscriptions previously subscribed through the mobile push notification channel of the user mobile device (with the subscribeThroughPushNotification method).
If a cipher was specified at subscription, the same one must be passed at cancelation.