Table of Contents

Interface ICroppingViewModel

Namespace
IO.Scanbot.Sdk.Ui_v2.Document.Screen.Crop
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/document/screen/crop/ICroppingViewModel", "", "IO.Scanbot.Sdk.Ui_v2.Document.Screen.Crop.ICroppingViewModelInvoker")]
public interface ICroppingViewModel : ICanGoBack, IDocumentHolder, IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Methods

CroppingApplied(IContinuation)

[Register("croppingApplied", "(Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "GetCroppingApplied_Lkotlin_coroutines_Continuation_Handler:IO.Scanbot.Sdk.Ui_v2.Document.Screen.Crop.ICroppingViewModelInvoker, DocumentSDK.NET.Droid")]
Object CroppingApplied(IContinuation p0)

Parameters

p0 IContinuation

Returns

Object

UpdateCurrentPreview(IContinuation)

[Register("updateCurrentPreview", "(Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "GetUpdateCurrentPreview_Lkotlin_coroutines_Continuation_Handler:IO.Scanbot.Sdk.Ui_v2.Document.Screen.Crop.ICroppingViewModelInvoker, DocumentSDK.NET.Droid")]
Object UpdateCurrentPreview(IContinuation p0)

Parameters

p0 IContinuation

Returns

Object