Table of Contents

Class DocumentScannerActivity

Namespace
IO.Scanbot.Sdk.UI.View.Camera
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/camera/DocumentScannerActivity", DoNotGenerateAcw = true)]
public sealed class DocumentScannerActivity : BaseDocumentScannerActivity, 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
DocumentScannerActivity
Implements
Inherited Members

Constructors

DocumentScannerActivity()

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

Properties

TerminateCondition

protected override ITerminateCondition TerminateCondition { get; }

Property Value

ITerminateCondition

Methods

CloseSnapping(CloseSnapping)

[Register("closeSnapping", "(Lio/scanbot/sdk/ui/view/camera/DocumentScannerNavigationEvent$CloseSnapping;)V", "")]
public override void CloseSnapping(DocumentScannerNavigationEvent.CloseSnapping closeSnapping)

Parameters

closeSnapping DocumentScannerNavigationEvent.CloseSnapping

ExtractResult(int, Intent)

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

Parameters

resultCode int
data Intent

Returns

DocumentScannerActivity.DocumentScannerActivityResult

ForceClose(Context, bool)

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

Parameters

context Context
keepResult bool

InitDependencies()

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

NewIntent(Context, DocumentScannerConfiguration)

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

Parameters

context Context
documentScannerConfiguration DocumentScannerConfiguration

Returns

Intent