Interface LicensePlateConfirmationDialogInterface
-
- All Implemented Interfaces:
public interface LicensePlateConfirmationDialogInterface
Dialog interface for License Plate Confirmation dialog
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onLicensePlateConfirmed(LicensePlateScannerResult result)
Called when the user wants to confirm the scan result abstract Unit
onLicensePlateRejected()
Called when the user rejected the scan result and wants to retry the scan -
-
Method Detail
-
onLicensePlateConfirmed
abstract Unit onLicensePlateConfirmed(LicensePlateScannerResult result)
Called when the user wants to confirm the scan result
-
onLicensePlateRejected
abstract Unit onLicensePlateRejected()
Called when the user rejected the scan result and wants to retry the scan
-
-
-
-