Functions
document.addEventListener('deviceready', onDeviceReady, false);
var accura;
function onDeviceReady() {
// Cordova is now initialized.
accura = cordova.plugins.ACCURAService;
}
Last updated
document.addEventListener('deviceready', onDeviceReady, false);
var accura;
function onDeviceReady() {
// Cordova is now initialized.
accura = cordova.plugins.ACCURAService;
}
Last updated