Hi, I used parsing push notifications in an Android app.
I do not use noraml notification. I have a parsing notification. Notification notification comes from server
Device
successfully received a push notification.
for example, I received 10 notifications from the server, if I opened one notification on my device, the application opened and one notification was deleted.
My question is:
how to clear the remaining 9 push alert alerts in the status bar when a single notification is opened. ?
source share