pushmote-phonegap-plugin

2.2.2 • Public • Published

Pushmote PhoneGap/Cordova Plugin

How to add Pushmote PhoneGap/Cordova Plugin

First add pushmote-phonegap-plugin by using phonegap cli

phonegap plugin add pushmote-phonegap-plugin

Add this line to index.js for starting Pushmote SDK

Pushmote.startWithApplicationId(
                      function(message){
                          alert(message)},
                      function(message){
                          alert(message)},
                      {"appId": "YOUR_APP_KEY"});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.2.2
    1
    • latest

Version History

Package Sidebar

Install

npm i pushmote-phonegap-plugin

Weekly Downloads

1

Version

2.2.2

License

MIT

Last publish

Collaborators

  • pushmote