Plug Pag Style Data
data class PlugPagStyleData(val headTextColor: Int? = null, val headBackgroundColor: Int? = null, val contentTextColor: Int? = null, val contentTextValue1Color: Int? = null, val contentTextValue2Color: Int? = null, val positiveButtonTextColor: Int? = null, val positiveButtonBackground: Int? = null, val negativeButtonTextColor: Int? = null, val negativeButtonBackground: Int? = null, val genericButtonBackground: Int? = null, val genericButtonTextColor: Int? = null, val genericSmsEditTextBackground: Int? = null, val genericSmsEditTextTextColor: Int? = null, val lineColor: Int? = null) : Serializable
Contém cores hexadecimais a serem usadas no design das telas fornecidas pela PlugPagService.
Constructors
Link copied to clipboard
constructor(headTextColor: Int? = null, headBackgroundColor: Int? = null, contentTextColor: Int? = null, contentTextValue1Color: Int? = null, contentTextValue2Color: Int? = null, positiveButtonTextColor: Int? = null, positiveButtonBackground: Int? = null, negativeButtonTextColor: Int? = null, negativeButtonBackground: Int? = null, genericButtonBackground: Int? = null, genericButtonTextColor: Int? = null, genericSmsEditTextBackground: Int? = null, genericSmsEditTextTextColor: Int? = null, lineColor: Int? = null)
Properties
Link copied to clipboard
Cor dos textos inseridos nos conteúdos em geral.
Link copied to clipboard
Cor dos textos primários de valores monetários.
Link copied to clipboard
Cor dos textos secundários de valores monetários.
Link copied to clipboard
Cor de fundo de botões genéricos.
Link copied to clipboard
Cor dos textos inseridos em botões genéricos.
Link copied to clipboard
Cor de fundo dos botões genéricos de edição de SMS.
Link copied to clipboard
Cor dos textos inseridos genéricos de edição de SMS.
Link copied to clipboard
Cor de fundo do cabeçalho.
Link copied to clipboard
Cor dos textos inseridos no cabeçalho.
Link copied to clipboard
Cor de fundo dos botões de negação.
Link copied to clipboard
Cor dos textos inseridos nos botões de negação.
Link copied to clipboard
Cor de fundo dos botões de confirmação.
Link copied to clipboard
Cor dos textos inseridos nos botões de confirmação.