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)
fun onPick(itemData: String,
        callback: BarcodePickActionCallback)

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)
fun onUnpick(itemData: String,
        callback: BarcodePickActionCallback)

Added in version 6.19.0

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