Table of Contents

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

IBarcodeDetector

BarcodeScanner

Singleton implementation of the Barcode Scanner launcher

public static IBarcodeScanner BarcodeScanner { get; }

Property Value

IBarcodeScanner

LegacyBarcodeScanner

public static IBarcodeScanner LegacyBarcodeScanner { get; }

Property Value

IBarcodeScanner

LicenseInfo

SDK License info. Should be periodically checked whether the license is still valid or not

public static LicenseInfo LicenseInfo { get; }

Property Value

LicenseInfo

PickerService

Singleton implementation of the image picker launcher

public static IImagePickerService PickerService { get; }

Property Value

IImagePickerService

SDKService

Singleton implementation available operations in the Scanbot Barcode SDK

public static IScanbotBarcodeSDKService SDKService { get; }

Property Value

IScanbotBarcodeSDKService

Methods

Initialize(MauiAppBuilder, InitializationOptions)

public static void Initialize(MauiAppBuilder builder, InitializationOptions options)

Parameters

builder MauiAppBuilder
options 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 InitializationOptions

Populate the parameters required for initialisation options. This field is mandatory.