arindamnayak11

FCM Full Notification

Apr 4th, 2017
1,252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.30 KB | None | 0 0
  1. {
  2.   "notification":{
  3.     "title":"Title Mobile Push",
  4.     "body":"Mobile Push notification body",
  5.     "sound":"default",
  6.     "click_action":"FCM_PLUGIN_ACTIVITY",
  7.     "icon":"ic_announcement_white_18dp"
  8.   },
  9.   "data":{
  10.     "badge":3
  11.   },
  12.     "to":"<DEVICE_REG_TOKEN>",
  13.     "priority":"high"
  14. }
Add Comment
Please, Sign In to add comment