UiColors

data class UiColors(val helpButtonBackground: Color, val helpButton: Color, val helpTooltipBackground: Color, val helpTooltipText: Color)

Data class contains all the text, button, and background colors used throughout the SDK scanning session. Default can be used to keep the original theme colors if only some of the elements are to be changed.

This class shouldn't be modified, but rather a new instance should be created and used in com.microblink.ux.UiSettings.uiColors.

Constructors

Link copied to clipboard
constructor(helpButtonBackground: Color, helpButton: Color, helpTooltipBackground: Color, helpTooltipText: Color)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard