ReorderPagesScreenConfiguration

data class ReorderPagesScreenConfiguration(var topBarBackButton: ButtonConfiguration = ButtonConfiguration( visible = true, text = "?reorderTopBarCancelButtonTitle", accessibilityDescription = "?accessibilityDescriptionReorderTopBarCancelButton", background = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("#00000000", isArgb = false), strokeWidth = 0.0 ), foreground = ForegroundStyle( iconVisible = true, color = ScanbotColor("?sbColorOnPrimary", isArgb = false), useShadow = false ) ), var topBarTitle: StyledText = StyledText( text = "?reorderPageTitle", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), var topBarConfirmButton: ButtonConfiguration = ButtonConfiguration( visible = true, text = "?reorderTopBarConfirmButtonTitle", accessibilityDescription = "?accessibilityDescriptionReorderTopBarConfirmButton", background = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("#00000000", isArgb = false), strokeWidth = 0.0 ), foreground = ForegroundStyle( iconVisible = true, color = ScanbotColor("?sbColorOnPrimary", isArgb = false), useShadow = false ) ), var backgroundColor: ScanbotColor = ScanbotColor("?sbColorOutline", isArgb = false), var guidance: UserGuidanceConfiguration = UserGuidanceConfiguration( title = StyledText( text = "?reorderPageGuidanceTitle", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), background = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("?sbColorSurfaceLow", isArgb = false), strokeWidth = 0.0 ) ), var pageTextStyle: StyledText = StyledText( text = "?reorderPageText", color = ScanbotColor("?sbColorOnSurface", isArgb = false) )) : Parcelable

Configuration of the screen for reordering the scanned pages.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(topBarBackButton: ButtonConfiguration = ButtonConfiguration( visible = true, text = "?reorderTopBarCancelButtonTitle", accessibilityDescription = "?accessibilityDescriptionReorderTopBarCancelButton", background = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("#00000000", isArgb = false), strokeWidth = 0.0 ), foreground = ForegroundStyle( iconVisible = true, color = ScanbotColor("?sbColorOnPrimary", isArgb = false), useShadow = false ) ), topBarTitle: StyledText = StyledText( text = "?reorderPageTitle", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), topBarConfirmButton: ButtonConfiguration = ButtonConfiguration( visible = true, text = "?reorderTopBarConfirmButtonTitle", accessibilityDescription = "?accessibilityDescriptionReorderTopBarConfirmButton", background = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("#00000000", isArgb = false), strokeWidth = 0.0 ), foreground = ForegroundStyle( iconVisible = true, color = ScanbotColor("?sbColorOnPrimary", isArgb = false), useShadow = false ) ), backgroundColor: ScanbotColor = ScanbotColor("?sbColorOutline", isArgb = false), guidance: UserGuidanceConfiguration = UserGuidanceConfiguration( title = StyledText( text = "?reorderPageGuidanceTitle", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), background = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("?sbColorSurfaceLow", isArgb = false), strokeWidth = 0.0 ) ), pageTextStyle: StyledText = StyledText( text = "?reorderPageText", color = ScanbotColor("?sbColorOnSurface", isArgb = false) ))

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The background color of the reorder pages screen.

Link copied to clipboard

Configuration of the static user guidance, located just below the top bar.

Link copied to clipboard

Configuration of the title below each page object.

Link copied to clipboard

Configuration of the 'cancel' button, located in the top bar.

Link copied to clipboard

Configuration of the 'confirm' button, located in the top bar.

Link copied to clipboard

Configuration of the title, located in the top bar.

Functions

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