Use a Group of Notifications on Android
Rather than have three separate notifications that I've received a gift from 3 different friends, I would rather see a group notification that says I have received a gift and detail for each gift on the sender and type.
https://developer.android.com/training/notify-user/group
I think this would be beneficial for potions as well with separate notification icons (owl with gift, cauldron.)
From the best practices:
You should use notification groups if all of the following conditions are true for your use case:
- The child notifications are complete notifications and can be displayed individually without the need for a group summary.
- There is a benefit to surfacing the child notifications individually. For example:
- They are actionable, with actions specific to each notification.
- There is more information in each notification that the user should see.
0