-
Notifications
You must be signed in to change notification settings - Fork 60
Is there any way to access the notification queue directly? #105
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
Comments
Hi👋 |
I wanted to create custom rules to decide what to do with an oncoming notification depending on the current notification being shown to the user. More specifically, in my app restaurants receive delivery orders, and those notifications are persistent for obvious reason. If there is a low priority notification incoming for the restaurant, but there is also a new order notification being shown, I want to ignore the incoming one as I don't want to dismiss the more important new order one. For the time being I implemented this by manually tracking the current notification being shown myself on my app's code. But just thought it would be cool if I could access this information from the library itself. Anyways really cool library, thanks for all the work! |
Thank you for the detailed description of your case, and sorry for my late response Unfortunately, in the upcoming v3 release, there is nothing that can help you, but it makes me think about implementing 2 new features:
So in theory I would be happy to hear your feedback on the features I proposed, will they solve your issue, or not. |
Hi! Just wondering if is there any way to access the notification queue directly?
The text was updated successfully, but these errors were encountered: