Hello,
I would like to know if there are some event handlers I can use in my Cordova html mobile application to catch the push notification.
something like
Kinvey.onPushNotificationReceived = function(data) {...}
Thanks.
Hi Calin,
For a Cordova mobile app, you may use the Phonegap SDK as more suitable for hybrid mobile app development.
The Phonegap SDK has push notification handling method - please see here.
Let me know if you have further questions.
Martin
Calin Crecea
Hello,
I would like to know if there are some event handlers I can use in my Cordova html mobile application to catch the push notification.
something like
Kinvey.onPushNotificationReceived = function(data) {...}
Thanks.