AcknowledgementDocumentQualityWarning

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(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(visible: Boolean = false, title: StyledText = StyledText( text = "?acknowledgementWarning", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), background: BackgroundStyle = BackgroundStyle( ), icon: IconStyle = IconStyle( ))

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Background color for the warning.

Link copied to clipboard

Configuration of the icon appearance.

Link copied to clipboard

Text configuration for the warning.

Link copied to clipboard

Whether the warning is visible.

Functions

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