2.2.2 • Published 8 years ago

pushmote-phonegap-plugin v2.2.2

Weekly downloads
7
License
MIT
Repository
github
Last release
8 years ago

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"});
2.2.2

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago