Barcode Count Basic Overlay UI Listener
Defined in library scandit_datacapture_barcode_count_ui
Note
Using this class requires the MatrixScan AR add-on.
- BarcodeCountViewUiListener
abstract class BarcodeCountViewUiListenerAdded in version 6.17.0
- didTapListButton(view)
voiddidTapListButton(BarcodeCountView view)Added in version 6.17.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)
voiddidTapExitButton(BarcodeCountView view)Added in version 6.17.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)
voiddidTapSingleScanButton(BarcodeCountView view)Added in version 6.17.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.