Barcode Pick Action Listener

Defined in package com.scandit.datacapture.barcode.pick.capture

BarcodePickActionListener
interface BarcodePickActionListener

Added in version 6.19.0

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

onPick(itemData, callback)
void onPick(@NonNull String itemData,
        @NonNull BarcodePickActionCallback callback)

Added in version 6.19.0

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

onUnpick(itemData, callback)
void onUnpick(@NonNull String itemData,
        @NonNull BarcodePickActionCallback callback)

Added in version 6.19.0

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