Barcode Pick Action Listener
Defined in framework ScanditBarcodeCapture
- BarcodePickActionListener
protocol BarcodePickActionListener : NSObjectProtocol
Added in version 6.19.0
Will be notified when an action is performed by the user.
- didPickItem(withData:)
open func didPickItem(withData data: String) async ->
BoolAdded in version 6.19.0
This method will be called when the user taps on a code that is not picked.
- didPickItem(withData:completionHandler:)
open func didPickItem(withData data: String, completionHandler: @escaping @Sendable (
Bool) ->Void) ->VoidAdded in version 6.19.0
This method will be called when the user taps on a code that is not picked.