Guest User

Untitled

a guest
Sep 18th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. payload = {
  2. notification: {
  3. title: `You ordered a new product`,
  4. click_action_name : 'HANDLE_NOTIFICATION',
  5. },
  6. data : {
  7. product_id : 'ABC98292',
  8. type : `Clothes`,
  9. product_name : 'Cotton spring shirt'
  10. }
  11. };
Add Comment
Please, Sign In to add comment