Barcode Count Basic Overlay UI Listener
Defined in package com.scandit.datacapture.barcode.count.ui.view
Note
Using this class requires the MatrixScan AR add-on.
- BarcodeCountViewUiListener
interface BarcodeCountViewUiListenerAdded in version 6.15.0
- onListButtonTapped(view)
voidonListButtonTapped(@NonNull BarcodeCountView view)Added in version 6.15.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.
- onExitButtonTapped(view)
voidonExitButtonTapped(@NonNull BarcodeCountView view)Added in version 6.15.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.
- onSingleScanButtonTapped(view)
voidonSingleScanButtonTapped(@NonNull BarcodeCountView view)Added in version 6.16.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.