Table of Contents

Class SDKLicenseErrorHandlerImpl

Namespace
IO.Scanbot.Sdk
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/SDKLicenseErrorHandlerImpl", DoNotGenerateAcw = true)]
public sealed class SDKLicenseErrorHandlerImpl : Object, ISDKLicenseErrorHandler, IJavaObject, IJavaPeerable, IDisposable
Inheritance
SDKLicenseErrorHandlerImpl
Implements
Inherited Members

Constructors

SDKLicenseErrorHandlerImpl(IScanbotSDKLicenseErrorHandler, ILogger)

[Register(".ctor", "(Lio/scanbot/sap/IScanbotSDKLicenseErrorHandler;Lio/scanbot/sdk/util/log/Logger;)V", "")]
public SDKLicenseErrorHandlerImpl(IScanbotSDKLicenseErrorHandler handler, ILogger logger)

Parameters

handler IScanbotSDKLicenseErrorHandler
logger ILogger

Properties

Nkm

[Register("nkm")]
public ILogger Nkm { get; set; }

Property Value

ILogger

Nks

[Register("nks")]
public Handler Nks { get; set; }

Property Value

Handler

Methods

Handle(LicenseStatus, Feature, string)

[Register("handle", "(Lio/scanbot/sdk/licensing/LicenseStatus;Lio/scanbot/sdk/licensing/Feature;Ljava/lang/String;)V", "")]
public void Handle(LicenseStatus status, Feature feature, string errorMessage)

Parameters

status LicenseStatus
feature Feature
errorMessage string

Nko(SDKLicenseErrorHandlerImpl, LicenseStatus, Feature, string)

[Register("nko", "(Lio/scanbot/sdk/SDKLicenseErrorHandlerImpl;Lio/scanbot/sdk/licensing/LicenseStatus;Lio/scanbot/sdk/licensing/Feature;Ljava/lang/String;)V", "")]
public static void Nko(SDKLicenseErrorHandlerImpl p0, LicenseStatus p1, Feature p2, string p3)

Parameters

p0 SDKLicenseErrorHandlerImpl
p1 LicenseStatus
p2 Feature
p3 string