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
CloseAsync()
Force Closes the BarcodeScanner Rtu Ui screen.
Task CloseAsync()
Returns
LaunchAsync(BarcodeScannerScreenConfiguration)
Launches the BarcodeScanner Rtu Ui screen from provided configurations.
Task<RtuResult<BarcodeScannerUiResult>> LaunchAsync(BarcodeScannerScreenConfiguration configuration)
Parameters
configuration
BarcodeScannerScreenConfigurationBarcodeScannerScreenConfiguration object
Returns
- Task<RtuResult<BarcodeScannerUiResult>>
BarcodeScannerUiResult object wrapped under the RtuResult.