How to aggregate notifications on android?
Hello, I would like to set pushwoosh to aggregate notifications like, for example in whatsapp where it says:
2 messages from 2 contacts (or something like that)
How can I set it up in android sdk?
-
There is no default way to stack notifications. However, you can set it up on your own by creating a custom Intent Service inherited from our
PushGCMIntentService
, as it described in our Guide:If you need to handle custom notifications from your server, you should create a class extended from com.arellomobile.android.push.PushGCMIntentService, and include this custom intent service under the “PW_PUSH_SERVICE” tag in your manifest file.
Please sign in to leave a comment.
Comments
2 comments