Class SDKLicenseErrorHandlerImpl
- Namespace
- IO.Scanbot.Sdk
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class SDKLicenseErrorHandlerImpl : Object, ISDKLicenseErrorHandler, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
SDKLicenseErrorHandlerImpl
- Implements
-
Constructors
SDKLicenseErrorHandlerImpl(IScanbotSDKLicenseErrorHandler, ILogger)
public SDKLicenseErrorHandlerImpl(IScanbotSDKLicenseErrorHandler handler, ILogger logger)
Parameters
handler
IScanbotSDKLicenseErrorHandler
logger
ILogger
Properties
B
public ILogger B { get; set; }
Property Value
- ILogger
C
public Handler C { get; set; }
Property Value
- Handler
Methods
A(int, long, SDKLicenseErrorHandlerImpl, string)
public static void A(int _status, long _feature, SDKLicenseErrorHandlerImpl this_0, string _errorMessage)
Parameters
_status
int
_feature
long
this_0
SDKLicenseErrorHandlerImpl
_errorMessage
string
Handle(int, long, string)
public void Handle(int status, long feature, string errorMessage)
Parameters
status
int
feature
long
errorMessage
string