custom-fingerprint-plugin
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "custom-fingerprint-plugin", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Plugin to access external fingerprint scanning hardware device", | ||
"cordova": { | ||
"id": "custom-fingerprint-plugin", | ||
"id": "finger-print-scanner-plugin", | ||
"platforms": [ | ||
@@ -8,0 +8,0 @@ "android" |
@@ -21,3 +21,6 @@ var exec =require('cordova/exec'); | ||
} | ||
FingerPrintScannerPlugin.toggleAutoOn=function(successCb,failureCb){ | ||
exec(successCb,failureCb,PLUGIN_NAME,'toggleAutoOn',[true]); | ||
} | ||
module.exports=FingerPrintScannerPlugin |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1117
6233776