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
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard