cordova-zebra-scanner
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "cordova-zebra-scanner", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "\n\t\tCordova plugin to interface with Zebra barcode scanners (on Android)\n\t", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -110,6 +110,6 @@ # Zebra USB Barcode Scanner Plugin for Android | ||
switch(result.status) { | ||
case: 'pairingRequired': | ||
case 'pairingRequired': | ||
// Handle barcode display. Pairing needed before scanning will work. | ||
break; | ||
case: 'paired': | ||
case 'paired': | ||
// Ready to scan. | ||
@@ -116,0 +116,0 @@ break; |
@@ -6,3 +6,3 @@ var exec = require('cordova/exec'); | ||
exec(fn, null, 'BarcodeScanner', 'handleEvents'); | ||
exec(fn, null, 'BarcodeScanner', 'handleEvents', []); | ||
}; | ||
@@ -9,0 +9,0 @@ |
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
179607