Table of Contents

Interface ICommonOperations

Namespace
ScanbotSDK.MAUI
Assembly
BarcodeSDK.MAUI.dll

Implement the IScanbot Service in all available platforms.

public interface ICommonOperations

Properties

LicenseInfo

Get the License info.

LicenseInfo LicenseInfo { get; }

Property Value

LicenseInfo

Methods

ConfigureMockCamera(MockCameraConfiguration)

This operation allows to set a mock image to perform the tests over the RTU UI Scanners.

void ConfigureMockCamera(MockCameraConfiguration configuration)

Parameters

configuration MockCameraConfiguration

Initialize(SBSDKConfiguration)

Initialize the SDK with configurations.

LicenseInfo Initialize(SBSDKConfiguration configuration)

Parameters

configuration SBSDKConfiguration

Configurations needed for initialisation.

Returns

LicenseInfo