cordova-hms-push
v0.0.8
Published
Cordova huawei Push Plugin
Downloads
16
Maintainers
Readme
cordova-huawei-push
The huawei push for cordova, hms sdk version, now only support android.
Install
cordova plugin add cordova-hms-push
Open the root project level build.gradle, ensure the following settings added
buildscript { repositories { maven { url 'http://developer.huawei.com/repo/' } } dependencies { classpath 'com.huawei.agconnect:agcp:1.0.0.300' } }
How to use
Init the hms connection
cordova.plugins.hmspush.init();
Token Registered
document.addEventListener('hmspush.tokenRegistered', function (event) {
console.log(event.token)
}.bind(this), false);
You can get the token value by event.token