Interface ICroppingViewModel
-
- All Implemented Interfaces:
-
io.scanbot.sdk.ui_v2.document.screen.ICanGoBack
,io.scanbot.sdk.ui_v2.document.screen.IDocumentHolder
public interface ICroppingViewModel implements IDocumentHolder, ICanGoBack
-
-
Method Summary
Modifier and Type Method Description abstract Unit
updateCurrentPreview()
abstract Unit
croppingApplied()
-
-
Method Detail
-
updateCurrentPreview
abstract Unit updateCurrentPreview()
-
croppingApplied
abstract Unit croppingApplied()
-
-
-
-