Package io.scanbot.sdk.ui.view.camera
Class DocumentScannerNavigationEvent.CloseSnapping
-
- All Implemented Interfaces:
-
io.scanbot.sdk.ui.utils.Event
public final class DocumentScannerNavigationEvent.CloseSnapping extends DocumentScannerNavigationEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Page>snappedPagesprivate final BooleanflashEnabledprivate final BooleanmultiPageEnabledprivate final BooleanautoSnappingEnabled
-
Method Summary
Modifier and Type Method Description final List<Page>getSnappedPages()final BooleangetFlashEnabled()final BooleangetMultiPageEnabled()final BooleangetAutoSnappingEnabled()-
-
Method Detail
-
getSnappedPages
final List<Page> getSnappedPages()
-
getFlashEnabled
final Boolean getFlashEnabled()
-
getMultiPageEnabled
final Boolean getMultiPageEnabled()
-
getAutoSnappingEnabled
final Boolean getAutoSnappingEnabled()
-
-
-
-