Class ScanbotBarcodeSDK
- Namespace
- ScanbotSDK.MAUI
- Assembly
- BarcodeSDK.MAUI.dll
public static class ScanbotBarcodeSDK
- Inheritance
-
ScanbotBarcodeSDK
- Inherited Members
Properties
BarcodeDetector
Barcode Detection Service used for detection of Barcodes on image files.
public static IBarcodeDetector BarcodeDetector { get; }
Property Value
BarcodeScanner
Singleton implementation of the Barcode Scanner launcher
public static IBarcodeScanner BarcodeScanner { get; }
Property Value
LegacyBarcodeScanner
public static IBarcodeScanner LegacyBarcodeScanner { get; }
Property Value
LicenseInfo
SDK License info. Should be periodically checked whether the license is still valid or not
public static LicenseInfo LicenseInfo { get; }
Property Value
PickerService
Singleton implementation of the image picker launcher
public static IImagePickerService PickerService { get; }
Property Value
SDKService
Singleton implementation available operations in the Scanbot Barcode SDK
public static IScanbotBarcodeSDKService SDKService { get; }
Property Value
Methods
Initialize(MauiAppBuilder, InitializationOptions)
public static void Initialize(MauiAppBuilder builder, InitializationOptions options)
Parameters
builder
MauiAppBuilderoptions
InitializationOptions
Initialize(InitializationOptions)
The main entry point for Scanbot Barcode SDK. The SDK must be initialized here.
public static void Initialize(InitializationOptions options)
Parameters
options
InitializationOptionsPopulate the parameters required for initialisation options. This field is mandatory.