You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are unable to find any method/function to unsubscribe from push notification in native android(Java). As we found a method for react native "ConnectyCube.pushnotifications.subscriptions.delete(subscriptionIdToDelete)". Please help us with this issue.
The text was updated successfully, but these errors were encountered:
Have you looked in docs?
You can call: SubscribeService.unSubscribeFromPushes(context);
Or if you are looking for request: ConnectycubePushNotifications.deleteSubscription(subscriptionId);
We are unable to find any method/function to unsubscribe from push notification in native android(Java). As we found a method for react native "ConnectyCube.pushnotifications.subscriptions.delete(subscriptionIdToDelete)". Please help us with this issue.
The text was updated successfully, but these errors were encountered: