Barcode Pick Action Listener

Defined in framework ScanditBarcodeCapture

Note

Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.

SDCBarcodePickActionListener
@protocol SDCBarcodePickActionListener <NSObject>

Added in version 6.19.0

Will be notified when an action is performed by the user.

- didPickItemWithData:completionHandler:
- (void)didPickItemWithData:(nonnull NSString *)data
          completionHandler:(nonnull void (^)(BOOL))completionHandler

Added in version 6.19.0

This method will be called when the user taps on a code that is not picked.

- didUnpickItemWithData:completionHandler:
- (void)didUnpickItemWithData:(nonnull NSString *)data
            completionHandler:(nonnull void (^)(BOOL))completionHandler

Added in version 6.19.0

This method will be called when the user taps on a code that is already picked.