Table of Contents

Class CroppingActivity

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

Constructors

CroppingActivity()

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

Properties

TerminateCondition

protected override ITerminateCondition TerminateCondition { get; }

Property Value

ITerminateCondition

Methods

ExtractResult(int, Intent)

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

Parameters

resultCode int
data Intent

Returns

CroppingActivity.CroppingActivityResult

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, CroppingConfiguration)

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

Parameters

context Context
croppingConfiguration CroppingConfiguration

Returns

Intent