Interface BarcodeConfirmationDialogInterface
-
- All Implemented Interfaces:
public interface BarcodeConfirmationDialogInterface
Dialog interface for Barcode Confirmation dialog
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onBarcodeConfirmed(BarcodeScanningResult result)
Called when the user wants to confirm the scan result abstract Unit
onBarcodeRejected()
Called when the user rejected the scan result and wants to retry the scan -
-
Method Detail
-
onBarcodeConfirmed
abstract Unit onBarcodeConfirmed(BarcodeScanningResult 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
-
-
-
-