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