Acknowledgement Document Quality Warning
data class AcknowledgementDocumentQualityWarning(var visible: Boolean = false, var title: StyledText = StyledText( text = "?acknowledgementWarning", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), var background: BackgroundStyle = BackgroundStyle( ), var icon: IconStyle = IconStyle( )) : Parcelable
Configuration for warning display in different quality scenarios.
Constructors
Link copied to clipboard
constructor(visible: Boolean = false, title: StyledText = StyledText( text = "?acknowledgementWarning", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), background: BackgroundStyle = BackgroundStyle( ), icon: IconStyle = IconStyle( ))