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

android: add tag to getActiveNotifications #1512

Closed
emersion opened this issue Mar 1, 2022 · 2 comments · Fixed by #1513
Closed

android: add tag to getActiveNotifications #1512

emersion opened this issue Mar 1, 2022 · 2 comments · Fixed by #1513

Comments

@emersion
Copy link
Contributor

emersion commented Mar 1, 2022

It would be handy to get back the notification tag in getActiveNotifications. Is this something Android APIs would be able to support?

Related: #1162

@emersion
Copy link
Contributor Author

emersion commented Mar 1, 2022

Sounds like it's possible: https://developer.android.com/reference/android/service/notification/StatusBarNotification#getTag()

Would that be a welcome contribution?

@MaikuB
Copy link
Owner

MaikuB commented Mar 1, 2022

Yep PRs are welcome. If this isn't a breaking change then the PR can be based on master. If however, it is a breaking change please use the 10.0.0 as the target as there's currently a prerelease

emersion added a commit to emersion/flutter_local_notifications that referenced this issue Mar 1, 2022
Allows users to fetch an active notification tag.

Closes: MaikuB#1512
emersion added a commit to emersion/flutter_local_notifications that referenced this issue Mar 1, 2022
Allows users to fetch an active notification tag.

Closes: MaikuB#1512
emersion added a commit to emersion/flutter_local_notifications that referenced this issue Mar 3, 2022
Allows users to fetch an active notification tag.

Closes: MaikuB#1512
MaikuB pushed a commit that referenced this issue Mar 5, 2022
Allows users to fetch an active notification tag.

Closes: #1512
sheriffwoody0922 added a commit to sheriffwoody0922/flutter-cross-notifications that referenced this issue Feb 1, 2024
Allows users to fetch an active notification tag.

Closes: MaikuB/flutter_local_notifications#1512
regisdev0827 added a commit to regisdev0827/flutter_local_notifications that referenced this issue Apr 27, 2024
Allows users to fetch an active notification tag.

Closes: MaikuB/flutter_local_notifications#1512
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

Successfully merging a pull request may close this issue.

2 participants