Table of Contents

Class GenericDocumentRecognizerActivity

Namespace
IO.Scanbot.Sdk.UI.View.Genericdocument
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/genericdocument/GenericDocumentRecognizerActivity", DoNotGenerateAcw = true)]
public sealed class GenericDocumentRecognizerActivity : BaseGenericDocumentRecognizerActivity, IComponentCallbacks2, IComponentCallbacks, KeyEvent.ICallback, LayoutInflater.IFactory2, LayoutInflater.IFactory, View.IOnCreateContextMenuListener, Window.ICallback, KeyEventDispatcher.IComponent, IFullyDrawnReporterOwner, IOnBackPressedDispatcherOwner, IContextAware, IActivityResultCaller, IActivityResultRegistryOwner, IOnMultiWindowModeChangedProvider, IOnNewIntentProvider, IOnPictureInPictureModeChangedProvider, IOnUserLeaveHintProvider, IOnConfigurationChangedProvider, IOnTrimMemoryProvider, IMenuHost, IHasDefaultViewModelProviderFactory, IViewModelStoreOwner, ISavedStateRegistryOwner, ILifecycleOwner, ActivityCompat.IOnRequestPermissionsResultCallback, ActivityCompat.IRequestPermissionsRequestCodeValidator, ActionBarDrawerToggle.IDelegateProvider, IAppCompatCallback, TaskStackBuilder.ISupportParentable, ICancelable, IInitializable, ILicensable, IPermissionAware, IJavaObject, IJavaPeerable, IDisposable
Inheritance
GenericDocumentRecognizerActivity
Implements
Inherited Members

Constructors

GenericDocumentRecognizerActivity()

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

Properties

TerminateCondition

protected override ITerminateCondition TerminateCondition { get; }

Property Value

ITerminateCondition

Methods

ExtractResult(int, Intent)

[Register("extractResult", "(ILandroid/content/Intent;)Lio/scanbot/sdk/ui/view/genericdocument/GenericDocumentRecognizerActivity$Result;", "")]
public static GenericDocumentRecognizerActivity.GenericDocumentRecognizerActivityResult ExtractResult(int resultCode, Intent data)

Parameters

resultCode int
data Intent

Returns

GenericDocumentRecognizerActivity.GenericDocumentRecognizerActivityResult

ForceClose(Context)

[Register("forceClose", "(Landroid/content/Context;)V", "")]
public static void ForceClose(Context context)

Parameters

context Context

InitDependencies()

[Register("initDependencies", "()V", "")]
protected override void InitDependencies()

NewIntent(Context, GenericDocumentRecognizerConfiguration)

[Obsolete("deprecated")]
[Register("newIntent", "(Landroid/content/Context;Lio/scanbot/sdk/ui/view/genericdocument/configuration/GenericDocumentRecognizerConfiguration;)Landroid/content/Intent;", "")]
public static Intent NewIntent(Context context, GenericDocumentRecognizerConfiguration scannerConfiguration)

Parameters

context Context
scannerConfiguration GenericDocumentRecognizerConfiguration

Returns

Intent