FirebasePushNotificationPlugin
FirebasePushNotificationPlugin copied to clipboard
I do not know how to get pending notifications when I start the application with statusbar notifcations waiting
💬 Questions and Help
Hi,
It's about the android part. I installed the plugin and it works perfectly when the application is in the foreground. I can process notifications according the documentation. If a notification is tapped I can process the Intent.Extra part on startup of the application.
However when I start the application, with notifications present I would like to process the notifications pending. I tried to read them with the notification manager but beside fetching title and text I can not find a way to access the data that is in the notification and that is what I need.
Any idea how to do that?