Interface BarcodeConfirmationDialogInterface
-
- All Implemented Interfaces:
public interface BarcodeConfirmationDialogInterfaceDialog interface for Barcode Confirmation dialog
-
-
Method Summary
Modifier and Type Method Description abstract UnitonBarcodeConfirmed(BarcodeScannerResult result)Called when the user wants to confirm the scan result abstract UnitonBarcodeRejected()Called when the user rejected the scan result and wants to retry the scan -
-
Method Detail
-
onBarcodeConfirmed
abstract Unit onBarcodeConfirmed(BarcodeScannerResult result)
Called when the user wants to confirm the scan result
-
onBarcodeRejected
abstract Unit onBarcodeRejected()
Called when the user rejected the scan result and wants to retry the scan
-
-
-
-