Table of Contents

Interface IBarcodeScanner

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll

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

public interface IBarcodeScanner

Methods

CloseBarcodeScannerAsync()

Force Closes the Barcode scanning view.

Task CloseBarcodeScannerAsync()

Returns

Task

LaunchAsync(BarcodeScannerScreenConfiguration)

Scan Barcode from configuration.

Task<BarcodeScannerUiResult> LaunchAsync(BarcodeScannerScreenConfiguration configuration)

Parameters

configuration BarcodeScannerScreenConfiguration

Returns

Task<BarcodeScannerUiResult>