Interface LicensePlateConfirmationDialogInterface
-
- All Implemented Interfaces:
public interface LicensePlateConfirmationDialogInterfaceDialog interface for License Plate Confirmation dialog
-
-
Method Summary
Modifier and Type Method Description abstract UnitonLicensePlateConfirmed(LicensePlateScannerResult result)Called when the user wants to confirm the scan result abstract UnitonLicensePlateRejected()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
-
-
-
-