0.1.1 • Published 6 years ago
testhp v0.1.1
Testhp plugin cordova Basic Le 25 Juillet 2019
cordova-plugin-Testhp
This plugin implements a basic plugin
Installation
You can install Testhp plugin with Cordova CLI, from npm:
$ cordova plugin add Testhp
Supported Cordova Platforms
- Android 4.0.0 or above
javascript :
function success(result){
alert(" plugin result: " + result);
};
function failure(error){
alert(" plugin error: " + error);
};
window.cordova.plugins.Testhp.coolMethod("testhp ",success, failure );