You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
💬 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?
The text was updated successfully, but these errors were encountered: