BeepFeedback

class BeepFeedback : BaseScanResultFeedback, IBeepFeedback

Use this if you want to beep sound when barcode is scanned.

If you need to skip beep sound, use com.samsung.android.knox.smartscan.preview.filter.BarcodeFilter.

Since

1.0.0

See also

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun handleBarcodes(barcodeResult: BarcodeResult, environmentData: EnvironmentData)

This interface describes what to do when the engine detected the barcode

Link copied to clipboard
open override fun play()

Call this method if you want to beep immediately.

Link copied to clipboard
open override fun setManualMode(manualMode: Boolean)

Set true if you need to control beep sound manually.