Acknowledgement Proceed Anyway Button
constructor(visible: Boolean = true, documentNotFound: BarButtonConfiguration = BarButtonConfiguration( visible = true, title = StyledText( text = "?proceedAnywayButtonDocumentNotFound" ), accessibilityDescription = "?accessibilityDescriptionProceedAnywayButtonDocumentNotFound", background = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("#00000000", isArgb = false), strokeWidth = 0.0 ), icon = IconStyle( color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ) ), unacceptableQuality: BarButtonConfiguration = BarButtonConfiguration( visible = false, title = StyledText( text = "?proceedAnywayButtonUnacceptableQuality", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), accessibilityDescription = "?accessibilityDescriptionProceedAnywayButtonUnacceptableQuality", background = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("#00000000", isArgb = false), strokeWidth = 0.0 ), icon = IconStyle( color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ) ), uncertainQuality: BarButtonConfiguration = BarButtonConfiguration( visible = true, title = StyledText( text = "?proceedAnywayButtonUncertainQuality", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), accessibilityDescription = "?accessibilityDescriptionProceedAnywayButtonUncertainQuality", background = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("#00000000", isArgb = false), strokeWidth = 0.0 ), icon = IconStyle( color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ) ))