anilchahal7

JSON Format

Jun 10th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. Image Push With Text
  2. {
  3. "GCM": {
  4. "data": {
  5. "message" : {
  6. "notification_type": "notification",
  7. "category": "promotion",
  8. "content_title": "This is content title",
  9. "content_text": "This is context text",
  10. "content_sub_text": "This is content sub text",
  11. "image_url": "https://bsftassets.s3.amazonaws.com/pictures/2906/content/funfussion_push.jpg",
  12. "big_content_title": "This is big content title",
  13. "big_content_summary_text": "Big content summary text",
  14. "deep_link_url": "hopscotch://department?id=baby"
  15. }
  16. }
  17. }
  18. }
  19.  
  20. Carousel Image Push
  21. {
  22. "GCM": {
  23. "data": {
  24. "message": {
  25. "notification_type": "custom_notification",
  26. "category": "carousel",
  27. "carousel_elements": [{
  28. "image_url":"https://bsftassets.s3.amazonaws.com/pictures/2906/content/funfussion_push.jpg"
  29. },
  30. {
  31. "image_url":"https://bsftassets.s3.amazonaws.com/pictures/2905/content/justdresses_push.jpg"
  32. },
  33. {
  34. "image_url":"https://bsftassets.s3.amazonaws.com/pictures/2904/content/summer-fun.jpg"
  35. }],
  36. "title": "Non Animated Carousel ",
  37. "body": "Check out Awesome Products in your Favorite Category"
  38. }
  39. }
  40. }
  41. }
  42.  
  43.  
  44. Two button Image Push Notification.
  45. {
  46. "GCM": {
  47. "data": {
  48. "message": {
  49. "notification_type": "notification",
  50. "category": "buy",
  51. "content_title": "This is content title",
  52. "content_text": "This is context text",
  53. "content_sub_text": "This is content sub text",
  54. "image_url": "https://bsftassets.s3.amazonaws.com/pictures/2906/content/funfussion_push.jpg",
  55. "big_content_title": "This is big content title",
  56. "big_content_summary_text": "Big content summary text",
  57. "deep_link_url": "hopscotch://department?id=baby"
  58. }
  59. }
  60. }
  61. }
  62.  
  63. Silent Push
  64. {
  65. "GCM": {
  66. "data": {
  67. "message": {
  68. "id" : "2871387162391692",
  69. "notification_type" : "notification",
  70. "category" : "silent_push"
  71. }
  72. }
  73. }
  74. }
  75.  
  76. Two Button Alert Box
  77. {
  78. "GCM": {
  79. "data": {
  80. "message": {
  81. "notification_type": "alert",
  82. "category": "alert_box",
  83. "content_title": "Non Animated Carousel ",
  84. "content_text": "Check out Awesome Products in your Favorite Category"
  85. }
  86. }
  87. }
  88. }
Add Comment
Please, Sign In to add comment