Closed billmn closed 4 years ago
Hi guys, I see there isn't a way to listen on notification's received events.
With this we can apply some custom action like open a specific page when a user tap on notification.
Something like this:
pushPlugin.on('received', function(notification) { // ... });
Thoughts? I think this is a very important feature.
Related issue: https://github.com/avivais/phonegap-parse-plugin/issues/8
Hi guys, I see there isn't a way to listen on notification's received events.
With this we can apply some custom action like open a specific page when a user tap on notification.
Something like this:
Thoughts? I think this is a very important feature.