Table of Contents

Interface IBarcodeScanner

Namespace
ScanbotSDK.MAUI.RTU.v1
Assembly
ScanbotSDK.Shared.dll

Barcode Scanning service provides us functions to scan single and multiple barcodes.

public interface IBarcodeScanner

Methods

CloseBarcodeScannerView()

Force Closes the Barcode scanning view.

Task CloseBarcodeScannerView()

Returns

Task

CloseBatchBarcodeScannerView()

Force closes the Batch Barcode scanning view.

Task CloseBatchBarcodeScannerView()

Returns

Task

OpenBarcodeScannerView(BarcodeScannerConfiguration)

Scan Barcode from configuration.

Task<BarcodeResultBundle> OpenBarcodeScannerView(BarcodeScannerConfiguration configuration)

Parameters

configuration BarcodeScannerConfiguration

Returns

Task<BarcodeResultBundle>

OpenBatchBarcodeScannerView(BatchBarcodeScannerConfiguration)

Scan multiple barcodes in Batch Barcode.s

Task<BarcodeResultBundle> OpenBatchBarcodeScannerView(BatchBarcodeScannerConfiguration configuration)

Parameters

configuration BatchBarcodeScannerConfiguration

Returns

Task<BarcodeResultBundle>