Table of Contents

Class CheckScannerActivity

Namespace
IO.Scanbot.Sdk.Ui_v2.Check
Assembly
DocumentSDK.NET.Droid.dll
public sealed class CheckScannerActivity : BaseCheckScannerActivity, ICancelable, IForceCloseCallback, IInitializable, ILicensable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
CheckScannerActivity
Implements
Inherited Members

Constructors

CheckScannerActivity()

public CheckScannerActivity()

Properties

TerminateCondition

protected override ITerminateCondition TerminateCondition { get; }

Property Value

ITerminateCondition

Methods

ExtractResult(int, Intent)

public static CheckScannerActivity.CheckScannerActivityResult ExtractResult(int resultCode, Intent data)

Parameters

resultCode int
data Intent

Returns

CheckScannerActivity.CheckScannerActivityResult

ForceClose()

public override void ForceClose()

ForceClose(Context)

public static void ForceClose(Context context)

Parameters

context Context

NewIntent(Context, CheckScannerScreenConfiguration)

[Obsolete("deprecated")]
public static Intent NewIntent(Context context, CheckScannerScreenConfiguration scannerConfiguration)

Parameters

context Context
scannerConfiguration CheckScannerScreenConfiguration

Returns

Intent