Hello,
I configured a FireBase Cloud Messaging to receive push notifications. All works perfect and the device receives messages.
When my app runs (on foreground) the "MessageArrived" event let me read the message, initialize a notification etc. but, when my app runs in background or is closed, the message is placed on the notification list by Android system without a "MessageArrived" event in my app.
In this case, when I click on the notification my program starts correctly but, how can I read the message text and close the opener notification from the "Activity_Resume" ?
I use B4A 6.30.
Many thanks for any help.
Regards.
I configured a FireBase Cloud Messaging to receive push notifications. All works perfect and the device receives messages.
When my app runs (on foreground) the "MessageArrived" event let me read the message, initialize a notification etc. but, when my app runs in background or is closed, the message is placed on the notification list by Android system without a "MessageArrived" event in my app.
In this case, when I click on the notification my program starts correctly but, how can I read the message text and close the opener notification from the "Activity_Resume" ?
I use B4A 6.30.
Many thanks for any help.
Regards.