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

OpenBarcodeScannerAsync(BarcodeScannerConfiguration)

Scan Barcode from configuration.

Task<BarcodeScannerResult> OpenBarcodeScannerAsync(BarcodeScannerConfiguration configuration)

Parameters

configuration BarcodeScannerConfiguration

Returns

Task<BarcodeScannerResult>