Barcode Find Feedback

Defined under the namespace Scandit.Datacapture.Barcode.Find

BarcodeFindFeedback
class BarcodeFindFeedback

Added in version 6.22.0

Determines what feedback (vibration, sound) should be emitted when barcodes are scanned.

The feedback is specified for each BarcodeFind instance separately and can be changed through the feedback property by either modifying an existing instance of this class, or by assigning a new one.

As of now, this class allows to configure the feedback that gets emitted when barcodes are found successfully, through the found property.

See documentation on the BarcodeFind.feedback property for usage samples.

defaultFeedback
static get defaultFeedback(): BarcodeFindFeedback

Added in version 6.22.0

Returns a barcode find feedback with default configuration:

  • default beep sound is loaded,

  • beeping for the success event is enabled,

  • vibration for the success event is enabled.

found
found: Feedback

Added in version 6.22.0

A feedback for a barcode found event.

itemListUpdated
itemListUpdated: Feedback

Added in version 6.24.0

A feedback for the item list updated event.