Table of Contents

Class _SBSDKScanbotLicense

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class _SBSDKScanbotLicense : NSObject
Inheritance
_SBSDKScanbotLicense

Constructors

_SBSDKScanbotLicense()

public _SBSDKScanbotLicense()

_SBSDKScanbotLicense(NSObjectFlag)

protected _SBSDKScanbotLicense(NSObjectFlag t)

Parameters

t NSObjectFlag

_SBSDKScanbotLicense(NativeHandle)

protected _SBSDKScanbotLicense(NativeHandle handle)

Parameters

handle NativeHandle

Properties

AutoInstallLicense

public static bool AutoInstallLicense { get; }

Property Value

bool

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

LicenseInfo

public static SBSDKLicenseInfo LicenseInfo { get; }

Property Value

SBSDKLicenseInfo

Methods

InstallLicenseFromFile(string)

public static bool InstallLicenseFromFile(string licenseFilePath)

Parameters

licenseFilePath string

Returns

bool

InstallLicenseFromString(string)

public static bool InstallLicenseFromString(string licenseString)

Parameters

licenseString string

Returns

bool

IsFeatureEnabled(long)

public static bool IsFeatureEnabled(long feature)

Parameters

feature long

Returns

bool

SetLicenseFailureHandler(_FailureHandler?)

public static void SetLicenseFailureHandler(_FailureHandler? handler)

Parameters

handler _FailureHandler