Class ScanbotSDKMain
- Namespace
- ScanbotSDK.MAUI
- Assembly
- BarcodeSDK.MAUI.dll
Entry point to Scanbot SDK functions.
public static class ScanbotSDKMain
- Inheritance
-
ScanbotSDKMain
- Inherited Members
Properties
CommonOperations
Singleton implementation of SDK functions.
public static ICommonOperations CommonOperations { get; }
Property Value
ImagePicker
Singleton implementation of the image picker launcher
public static IImagePicker ImagePicker { get; }
Property Value
IsLicenseValid
Returns whether the installed license is valid. If the SDK was initialized without a license, trial mode will be enabled and the license will remain valid for about a minute.
public static bool IsLicenseValid { get; }
Property Value
- bool
true
if the license is valid; otherwise,false
.
LicenseInfo
SDK License info. Should be periodically checked whether the license is still valid or not
public static LicenseInfo LicenseInfo { get; }