Table of Contents

Interface IScanbotBarcodeSDKService

Namespace
ScanbotSDK.MAUI
Assembly
BarcodeSDK.MAUI.dll

Implement the IScanbot Service in all available platforms.

public interface IScanbotBarcodeSDKService

Methods

ClearStorageDirectory()

Clear stored images

Result ClearStorageDirectory()

Returns

Result

GetLicenseInfo()

Get the License info.

LicenseInfo GetLicenseInfo()

Returns

LicenseInfo

Initialize(InitializationOptions)

Initialize the SDK with intitiasation configurations.

LicenseInfo Initialize(InitializationOptions options)

Parameters

options InitializationOptions

Configurations needed for initialisation.

Returns

LicenseInfo