pluginfutronic
Advanced tools
Comparing version 0.0.43 to 0.0.44
{ | ||
"name": "pluginfutronic", | ||
"version": "0.0.43", | ||
"version": "0.0.44", | ||
"description": "Plugin For Fingerprint", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -27,2 +27,21 @@ /*global cordova, module*/ | ||
} | ||
}; | ||
}; | ||
module.exports = { | ||
closedevice: function (args, successCallback, errorCallback) { | ||
cordova.exec(successCallback, errorCallback, "FutronicScanner", "closedevice", [args()]); | ||
} | ||
}; | ||
module.exports = { | ||
getdevicehandle: function (args, successCallback, errorCallback) { | ||
cordova.exec(successCallback, errorCallback, "FutronicScanner", "getdevicehandle", [args()]); | ||
} | ||
}; | ||
module.exports = { | ||
opendevice: function (args, successCallback, errorCallback) { | ||
cordova.exec(successCallback, errorCallback, "FutronicScanner", "opendevice", [args()]); | ||
} | ||
}; | ||
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1640810
36