PlugPagStyleData

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
fun PlugPagStyleData(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
val contentTextColor: Int? = null

Cor dos textos inseridos nos conteúdos em geral.

Link copied to clipboard
val contentTextValue1Color: Int? = null

Cor dos textos primários de valores monetários.

Link copied to clipboard
val contentTextValue2Color: Int? = null

Cor dos textos secundários de valores monetários.

Link copied to clipboard
val genericButtonBackground: Int? = null

Cor de fundo de botões genéricos.

Link copied to clipboard
val genericButtonTextColor: Int? = null

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
val headBackgroundColor: Int? = null

Cor de fundo do cabeçalho.

Link copied to clipboard
val headTextColor: Int? = null

Cor dos textos inseridos no cabeçalho.

Link copied to clipboard
val lineColor: Int? = null

Cor dos contornos e linhas.

Link copied to clipboard
val negativeButtonBackground: Int? = null

Cor de fundo dos botões de negação.

Link copied to clipboard
val negativeButtonTextColor: Int? = null

Cor dos textos inseridos nos botões de negação.

Link copied to clipboard
val positiveButtonBackground: Int? = null

Cor de fundo dos botões de confirmação.

Link copied to clipboard
val positiveButtonTextColor: Int? = null

Cor dos textos inseridos nos botões de confirmação.