AcknowledgementScreenConfiguration

constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(topBarTitle: StyledText = StyledText( visible = false, text = "?acknowledgementTitle", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), acknowledgementMode: AcknowledgementMode = AcknowledgementMode.ALWAYS, backgroundColor: ScanbotColor = ScanbotColor("?sbColorOutline", isArgb = false), bottomBar: AcknowledgementBottomBar = AcknowledgementBottomBar( ), documentNotFoundWarning: AcknowledgementDocumentQualityWarning = AcknowledgementDocumentQualityWarning( visible = true, title = StyledText( text = "?acknowledgementWarningDocumentNotFound" ), background = BackgroundStyle( strokeColor = ScanbotColor("?sbColorNegative", isArgb = false), fillColor = ScanbotColor("?sbColorNegative", isArgb = false), strokeWidth = 0.0 ), icon = IconStyle( color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ) ), unacceptableQualityWarning: AcknowledgementDocumentQualityWarning = AcknowledgementDocumentQualityWarning( visible = true, title = StyledText( text = "?acknowledgementWarningUnacceptableQuality" ), background = BackgroundStyle( strokeColor = ScanbotColor("?sbColorNegative", isArgb = false), fillColor = ScanbotColor("?sbColorNegative", isArgb = false), strokeWidth = 0.0 ), icon = IconStyle( color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ) ), uncertainQualityWarning: AcknowledgementDocumentQualityWarning = AcknowledgementDocumentQualityWarning( visible = true, title = StyledText( text = "?acknowledgementWarningUncertainQuality" ), background = BackgroundStyle( strokeColor = ScanbotColor("?sbColorNegative", isArgb = false), fillColor = ScanbotColor("?sbColorNegative", isArgb = false), strokeWidth = 0.0 ), icon = IconStyle( color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ) ))