Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unsubscribe push notification #14

Open
akashdeep0515 opened this issue Aug 28, 2024 · 1 comment
Open

unsubscribe push notification #14

akashdeep0515 opened this issue Aug 28, 2024 · 1 comment

Comments

@akashdeep0515
Copy link

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.

@CubeRomanMagellan
Copy link

Have you looked in docs?
You can call:
SubscribeService.unSubscribeFromPushes(context);
Or if you are looking for request:
ConnectycubePushNotifications.deleteSubscription(subscriptionId);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants