Table of Contents

Class SapManager

Namespace
IO.Scanbot.Sap
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sap/SapManager", DoNotGenerateAcw = true)]
public sealed class SapManager : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
SapManager
Implements
Inherited Members

Constructors

SapManager()

[Register(".ctor", "()V", "")]
public SapManager()

Properties

IsLicenseActive

public bool IsLicenseActive { get; }

Property Value

bool

LicenseInfo

public LicenseInfo LicenseInfo { get; }

Property Value

LicenseInfo

Payh

[Register("payh")]
public ISDKLicenseErrorHandler Payh { get; set; }

Property Value

ISDKLicenseErrorHandler

Methods

CheckLicenseStatus(Feature)

[Register("checkLicenseStatus", "(Lio/scanbot/sdk/licensing/Feature;)Z", "")]
public bool CheckLicenseStatus(Feature feature)

Parameters

feature Feature

Returns

bool

CheckLicenseStatusSilently(Feature)

[Register("checkLicenseStatusSilently", "(Lio/scanbot/sdk/licensing/Feature;)Z", "")]
public bool CheckLicenseStatusSilently(Feature feature)

Parameters

feature Feature

Returns

bool

Install(Context, string)

[Register("install", "(Landroid/content/Context;Ljava/lang/String;)V", "")]
public void Install(Context context, string licenseStr)

Parameters

context Context
licenseStr string

SetLicenseErrorHandler(ISDKLicenseErrorHandler)

[Register("setLicenseErrorHandler", "(Lio/scanbot/sap/SDKLicenseErrorHandler;)V", "")]
public void SetLicenseErrorHandler(ISDKLicenseErrorHandler licenseErrorHandler)

Parameters

licenseErrorHandler ISDKLicenseErrorHandler