Class ReviewViewModel
-
- All Implemented Interfaces:
public final class ReviewViewModel
-
-
Field Summary
Fields Modifier and Type Field Description private final <Error class: unknown class><Page>zoomedPageprivate final <Error class: unknown class><List<Page>>pagesprivate final IntegerpagesCountprivate final <Error class: unknown class><Integer>currentPageIndexprivate final <Error class: unknown class>pagerVisibleprivate final <Error class: unknown class>moreButtonVisibleprivate final <Error class: unknown class><ProgressType>progressShowingprivate final <Error class: unknown class><Unit>rotatePageOnViewprivate final ReviewScreenConfigurationconfigprivate final IntegerpagesLimitprivate final IReviewViewModelscanSessionprivate final ScanbotColorbottomBarBackgroundprivate final ScanbotColortopBarBackgroundprivate final CoroutineContextbackgroundDispatcherprivate final FileIOProcessorfileIOProcessor
-
Constructor Summary
Constructors Constructor Description ReviewViewModel(ReviewScreenConfiguration config, Integer pagesLimit, IReviewViewModel scanSession, ScanbotColor bottomBarBackground, ScanbotColor topBarBackground, CoroutineContext backgroundDispatcher, FileIOProcessor fileIOProcessor, Bundle arguments)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class><Page>getZoomedPage()final <Error class: unknown class><List<Page>>getPages()final IntegergetPagesCount()final <Error class: unknown class><Integer>getCurrentPageIndex()final <Error class: unknown class>getPagerVisible()final <Error class: unknown class>getMoreButtonVisible()final <Error class: unknown class><ProgressType>getProgressShowing()final <Error class: unknown class><Unit>getRotatePageOnView()final ReviewScreenConfigurationgetConfig()final IntegergetPagesLimit()final IReviewViewModelgetScanSession()final ScanbotColorgetBottomBarBackground()final ScanbotColorgetTopBarBackground()final CoroutineContextgetBackgroundDispatcher()final FileIOProcessorgetFileIOProcessor()final UnitonUiAction(ReviewUiAction action)-
-
Constructor Detail
-
ReviewViewModel
ReviewViewModel(ReviewScreenConfiguration config, Integer pagesLimit, IReviewViewModel scanSession, ScanbotColor bottomBarBackground, ScanbotColor topBarBackground, CoroutineContext backgroundDispatcher, FileIOProcessor fileIOProcessor, Bundle arguments)
-
-
Method Detail
-
getZoomedPage
final <Error class: unknown class><Page> getZoomedPage()
-
getPagesCount
final Integer getPagesCount()
-
getCurrentPageIndex
final <Error class: unknown class><Integer> getCurrentPageIndex()
-
getPagerVisible
final <Error class: unknown class> getPagerVisible()
-
getMoreButtonVisible
final <Error class: unknown class> getMoreButtonVisible()
-
getProgressShowing
final <Error class: unknown class><ProgressType> getProgressShowing()
-
getRotatePageOnView
final <Error class: unknown class><Unit> getRotatePageOnView()
-
getConfig
final ReviewScreenConfiguration getConfig()
-
getPagesLimit
final Integer getPagesLimit()
-
getScanSession
final IReviewViewModel getScanSession()
-
getBottomBarBackground
final ScanbotColor getBottomBarBackground()
-
getTopBarBackground
final ScanbotColor getTopBarBackground()
-
getBackgroundDispatcher
final CoroutineContext getBackgroundDispatcher()
-
getFileIOProcessor
final FileIOProcessor getFileIOProcessor()
-
onUiAction
final Unit onUiAction(ReviewUiAction action)
-
-
-
-