Table of Contents

Class CheckRecognizerActivity.CheckRecognizerActivityResult

Namespace
IO.Scanbot.Sdk.UI.View.Check
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/check/CheckRecognizerActivity$Result", DoNotGenerateAcw = true)]
public sealed class CheckRecognizerActivity.CheckRecognizerActivityResult : Object, IScanbotActivityResult, IJavaObject, IJavaPeerable, IDisposable
Inheritance
CheckRecognizerActivity.CheckRecognizerActivityResult
Implements
Inherited Members

Constructors

CheckRecognizerActivityResult(int, ResultWrapper, bool, bool)

[Register(".ctor", "(ILio/scanbot/sdk/ui/result/ResultWrapper;ZZ)V", "")]
public CheckRecognizerActivityResult(int resultCode, ResultWrapper result, bool isLicenseInvalid, bool sdkIsNotInitialized)

Parameters

resultCode int
result ResultWrapper
isLicenseInvalid bool
sdkIsNotInitialized bool

Properties

IsLicenseInvalid

public bool IsLicenseInvalid { get; }

Property Value

bool

ResultCode

public int ResultCode { get; }

Property Value

int

ResultOk

public bool ResultOk { get; }

Property Value

bool

SdkIsNotInitialized

public bool SdkIsNotInitialized { get; }

Property Value

bool

Methods

Component1()

[Register("component1", "()I", "")]
public int Component1()

Returns

int

Component2()

[Register("component2", "()Lio/scanbot/sdk/ui/result/ResultWrapper;", "")]
public ResultWrapper Component2()

Returns

ResultWrapper

Component3()

[Register("component3", "()Z", "")]
public bool Component3()

Returns

bool

Component4()

[Register("component4", "()Z", "")]
public bool Component4()

Returns

bool

Copy(int, ResultWrapper, bool, bool)

[Register("copy", "(ILio/scanbot/sdk/ui/result/ResultWrapper;ZZ)Lio/scanbot/sdk/ui/view/check/CheckRecognizerActivity$Result;", "")]
public CheckRecognizerActivity.CheckRecognizerActivityResult Copy(int resultCode, ResultWrapper result, bool isLicenseInvalid, bool sdkIsNotInitialized)

Parameters

resultCode int
result ResultWrapper
isLicenseInvalid bool
sdkIsNotInitialized bool

Returns

CheckRecognizerActivity.CheckRecognizerActivityResult