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>
snappedPages
private final Boolean
flashEnabled
private final Boolean
multiPageEnabled
private final Boolean
autoSnappingEnabled
-
Method Summary
Modifier and Type Method Description final List<Page>
getSnappedPages()
final Boolean
getFlashEnabled()
final Boolean
getMultiPageEnabled()
final Boolean
getAutoSnappingEnabled()
-
-
Method Detail
-
getSnappedPages
final List<Page> getSnappedPages()
-
getFlashEnabled
final Boolean getFlashEnabled()
-
getMultiPageEnabled
final Boolean getMultiPageEnabled()
-
getAutoSnappingEnabled
final Boolean getAutoSnappingEnabled()
-
-
-
-