Trigger.io and Parse channel push notification additional data for deep-linking -
i know there event listener in triggerio catch received push notifications parse:
forge.event.messagepushed.addlistener(function (msg) { alert(msg.alert); });
but 'msg' object contains 'alert' , 'sound' keys...
is there way receive @ least channel name push notification sent? need decide view open in app each channel has it's own destination. , if not possible, maybe there way this?
p.s suppose done inserting kind of 'keyword' message self, rather avoid it.
i realised, there way send called json payload via parse push submission form.
{ "alert" : "my message", "additional" : "data" }
more info: https://parse.com/questions/json-format-to-send-notification-from-parse
Comments
Post a Comment