cordova-hms-push

0.0.8 • Public • Published

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

Package Sidebar

Install

npm i cordova-hms-push

Weekly Downloads

0

Version

0.0.8

License

MIT

Unpacked Size

188 kB

Total Files

13

Last publish

Collaborators

  • wininsoft