1.0.4 • Published 4 years ago
cordova-plugin-pushdevonics v1.0.4
Push Devonics https://push.devonics.pro/
!!!ONLY ANDROID!!!
Install Plugin:
cordova plugin add cordova-plugin-pushdevonicsInit Push on index.js
Push.pushInit("APP_ID", function(result) { console.log(result); }, function(error) { console.error(error); });If you need Push User ID
Push.pushGetUserId(function(result) { console.log(result); }, function(error) { console.error(error); });If you want add TAG to User
Push.pushSendTag("KEY", "VALUE", function(result) { console.log(result); }, function(error) { console.error(error); });