Barcode Count Basic Overlay UI Listener
Defined under the namespace Scandit.Datacapture.Barcode.Count.Ui
Note
Using this class requires the MatrixScan AR add-on.
- BarcodeCountViewUiListener
interface BarcodeCountViewUiListener
Added in version 6.18.0
- didTapListButton(view)
didTapListButton?(view: BarcodeCountView):
void
Added in version 6.18.0
Callback method that can be used to define an action that should be performed once the list button is tapped. Called from the main thread.
- didTapExitButton(view)
didTapExitButton?(view: BarcodeCountView):
void
Added in version 6.18.0
Callback method that can be used to define an action that should be performed once the exit button is tapped. Called from the main thread.
- didTapSingleScanButton(view)
didTapSingleScanButton?(view: BarcodeCountView):
void
Added in version 6.18.0
Callback method that can be used to define an action that should be performed once the single scan button is tapped. Called from the main thread.