Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {
  2. "to": "<my_reg_id>",
  3. "data":
  4. {
  5. "body": "Hello world",
  6. "title": "Title"
  7. }
  8. }
  9.  
  10. {
  11. "to": "<my_reg_id>",
  12. "content_available": true,
  13. "priority": "high",
  14. "notification":
  15. {
  16. "body": "Hello world",
  17. "title": "Title"
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement