I am using Azure Notification Hub and Phonegap push plugin and sending push notifications to android phones trough this payload:
{
"data":{
"title":"Ex",
"message":"Notification Hub test notification",
"content-available":"1",
"uuid":"6a1da769-e499-11e7-aa20-de2b503f5007",
"category":"sales-offer"
}
}
But the problem is that I only get the notification in the tray with an icon its not showing on the sceen with info. I need to open the tray to get the info. I want it to show on the screen with info (body, icon and title).
Can I add something to the payload, or a setting in my app to change this behaviour?