Barcode Count Basic Overlay UI Delegate
Defined in framework ScanditBarcodeCapture
Note
Using this class requires the MatrixScan AR add-on.
- SDCBarcodeCountViewUIDelegate
@protocol SDCBarcodeCountViewUIDelegate <NSObject>
Added in version 6.15.0
- - listButtonTappedForBarcodeCountView:
- (
void
)listButtonTappedForBarcodeCountView:(nonnull SDCBarcodeCountView *)viewAdded 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.
- - exitButtonTappedForBarcodeCountView:
- (
void
)exitButtonTappedForBarcodeCountView:(nonnull SDCBarcodeCountView *)viewAdded 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.
- - singleScanButtonTappedForBarcodeCountView:
- (
void
)singleScanButtonTappedForBarcodeCountView:(nonnull SDCBarcodeCountView *)viewAdded 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.