I am in a situation , where my webservice sends me notification which includes
{
"apiKey": "xxxxx-xxx-xxx-xxxx-xxxxxxx",
"appKey": "xxxxx-xxx-xxx-xxxx-xxxxxxx",
"sendAll": true,
"content": {
"subject": "Test Lottery",
"message": "Notification Msg",
"action": {
"type": "DEFAULT",
"data": "url|intent|...",
"labe": "label"
},
"payload": "{'uid':'1','type':'LD'}",
"sound": "default.caf",
"badge": "+1"
}
}
On click of the notification which appeared on top , I need to get the uid
and type
I am using Xtify for push notification.....