Prima implementazione del barcode reader in vendita
This commit is contained in:
@@ -75,6 +75,9 @@ public class PointMobileBarcodeReader implements BarcodeReaderInterface {
|
||||
if (mOnScanSuccessfull != null) {
|
||||
|
||||
try {
|
||||
if(mDecodeResult.symName.equalsIgnoreCase("READ_FAIL")){
|
||||
throw new Exception("Barcode non riconosciuto");
|
||||
}
|
||||
|
||||
BarcodeScanDTO barcodeScanDTO = new BarcodeScanDTO()
|
||||
.setByteValue(mDecodeResult.decodeValue)
|
||||
|
||||
Reference in New Issue
Block a user