Package io.scanbot.sdk.barcode.ui
Interface IBarcodeScanCountViewCallback
-
- All Implemented Interfaces:
public interface IBarcodeScanCountViewCallbackCallbacks which be called from the IBarcodeCounterView
-
-
Method Summary
Modifier and Type Method Description UnitonScanAndCountStarted()Called each time the view going to run detection Can be used to show progress view while waiting till the successful image snap and detection UnitonLicenseError()UnitonScanAndCountFinished(List<BarcodeItem> barcodes)Called after the successful barcodes detection UnitonCameraOpen()Called each time camera view is ready for detection -
-
Method Detail
-
onScanAndCountStarted
Unit onScanAndCountStarted()
Called each time the view going to run detection Can be used to show progress view while waiting till the successful image snap and detection
-
onLicenseError
Unit onLicenseError()
-
onScanAndCountFinished
Unit onScanAndCountFinished(List<BarcodeItem> barcodes)
Called after the successful barcodes detection
-
onCameraOpen
Unit onCameraOpen()
Called each time camera view is ready for detection
-
-
-
-