DocumentScannerScreens

data class DocumentScannerScreens(var camera: CameraScreenConfiguration = CameraScreenConfiguration( ), var review: ReviewScreenConfiguration = ReviewScreenConfiguration( ), var cropping: CroppingScreenConfiguration = CroppingScreenConfiguration( ), var reorderPages: ReorderPagesScreenConfiguration = ReorderPagesScreenConfiguration( )) : Parcelable

Configuration of the document scanner sub-screens.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(camera: CameraScreenConfiguration = CameraScreenConfiguration( ), review: ReviewScreenConfiguration = ReviewScreenConfiguration( ), cropping: CroppingScreenConfiguration = CroppingScreenConfiguration( ), reorderPages: ReorderPagesScreenConfiguration = ReorderPagesScreenConfiguration( ))

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration of the screen for scanning the pages with the camera.

Link copied to clipboard

Configuration of the screen for cropping the scanned pages.

Link copied to clipboard

Configuration of the screen for reordering the scanned pages.

Link copied to clipboard

Configuration of the screen for reviewing the scanned pages.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject