Hi,
I noticed that there's an event listener for local push notifications, but is there an equivalent for remote push notifications?
I would like the app to do something when a notification is received while the app is still open.
1 Answer
Never mind, I found the answer.
Put whatever you want to happen in the callback:function(e) { part
Your Answer
Think you can help? Login to answer this question!