Hi,
How to set the Push notification large and small icon in Android. I tried it using the below request body code, but it is not working.
var requestBody = {
"status": "sent",
"payload": {
Code: Select all
"title": "App Name",
"message": Pushmessage,
"badge": badge,
"icon": "ic_stat_gcm",
"image": "ic_stat_gcm"
},
"filter": {
"userid": parseInt(deviceID1)
}
};
Please find attached screenshot how it looks like. Can you tell me how to figure it out this issue.
Thanks,
Sithan