0.0.8 • Published 4 years ago

cordova-hms-push v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago