I am developing an app in which i want to display push notifications.I implemented that and i am getting notifications well.But when i get two or more notifications the whole notification drawer is occupied by the notifications.I want to display the notifications in single notification if we get multiple notifications.
For example:
I got a message from user-A and i will get a notification.I didn't read the message and then i got other message from user-B and i will get another notification.
Here what i want is to display those two notifications as "2 messages received" in a single notification instead of two separate notifications.
Please help me to solve this issue.I will be thankful for your help.
Thank you.