Kindly Event Style
data class KindlyEventStyle(val background: String? = null, val buttonBackground: String? = null, val buttonText: String? = null, val headerBackground: String? = null, val headerText: String? = null, val inputBackground: String? = null, val inputText: String? = null, val userMessageBackground: String? = null, val userMessageTextColor: String? = null, val botMessageBackground: String? = null, val botMessageTextColor: String? = null)
Style data for events
Constructors
Link copied to clipboard
constructor(background: String? = null, buttonBackground: String? = null, buttonText: String? = null, headerBackground: String? = null, headerText: String? = null, inputBackground: String? = null, inputText: String? = null, userMessageBackground: String? = null, userMessageTextColor: String? = null, botMessageBackground: String? = null, botMessageTextColor: String? = null)
Properties
Link copied to clipboard
Background color in hex format
Link copied to clipboard
Bot message background color in hex format
Link copied to clipboard
Bot message text color in hex format
Link copied to clipboard
Button background color in hex format
Link copied to clipboard
Button text color in hex format
Link copied to clipboard
Header background color in hex format
Link copied to clipboard
Header text color in hex format
Link copied to clipboard
Input background color in hex format
Link copied to clipboard
User message background color in hex format
Link copied to clipboard
User message text color in hex format