Interface IBarcodeScanCountViewCallback

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      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
      Unit onLicenseError()
      Unit onScanAndCountFinished(List<BarcodeItem> barcodes) Called after the successful barcodes detection
      Unit onCameraOpen() Called each time camera view is ready for detection
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait