Guest User

Untitled

a guest
Sep 14th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Has anyone been able to get TriggerIO to work with parse push notifications?
  2. forge.event.messagePushed.addListener(function (msg) {
  3. alert(JSON.stringify(msg));
  4. });
Add Comment
Please, Sign In to add comment