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

Can't group scheduled Android notifications without grouping per new notification #2292

Closed
auradigitaldev opened this issue Apr 10, 2024 · 1 comment

Comments

@auradigitaldev
Copy link

auradigitaldev commented Apr 10, 2024

I'm trying to group scheduled notifications, but am having issues because AFAICT the only way to group scheduled notifications is to schedule a notification with setAsGroupSummary=true. When a new notification is delivered I want it to be added to the group (if it already exists) or create a group if none already exists. However, I don't see a way to do this with scheduled notifications other than scheduling a group summary notification for every standard notification.

Let me know if this makes sense, and if there are any workarounds!

@MaikuB
Copy link
Owner

MaikuB commented Jun 6, 2024

This isn't a plugin specific issue and would be what is expected by the native platform that you should check the Android docs on this

@MaikuB MaikuB closed this as completed Jun 6, 2024
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