StyleDataSDK

data class StyleDataSDK(val colorButtonOutline: String, val colorChatLogElements: String, val colorButtonBackground: String, val colorBubbleButtonBackground: String, val colorButtonText: String, val colorBackground: String, val colorHeaderBackground: String, val colorHeaderText: String, val colorInputBackground: String, val colorInputText: String, val colorUserMessageBackground: String, val colorUserMessageTextColor: String, val colorBotMessageBackground: String, val colorBotMessageTextColor: String)

StyleDataSDK backend styles configurations for chat Kindly SDK

Constructors

Link copied to clipboard
constructor(colorButtonOutline: String, colorChatLogElements: String, colorButtonBackground: String, colorBubbleButtonBackground: String, colorButtonText: String, colorBackground: String, colorHeaderBackground: String, colorHeaderText: String, colorInputBackground: String, colorInputText: String, colorUserMessageBackground: String, colorUserMessageTextColor: String, colorBotMessageBackground: String, colorBotMessageTextColor: String)

Properties

Link copied to clipboard
@SerializedName(value = "color_background")
val colorBackground: String
Link copied to clipboard
@SerializedName(value = "color_bot_message_background")
val colorBotMessageBackground: String
Link copied to clipboard
@SerializedName(value = "color_bot_message_text_color")
val colorBotMessageTextColor: String
Link copied to clipboard
@SerializedName(value = "color_bubble_button_background")
val colorBubbleButtonBackground: String
Link copied to clipboard
@SerializedName(value = "color_button_background")
val colorButtonBackground: String
Link copied to clipboard
@SerializedName(value = "color_button_outline")
val colorButtonOutline: String
Link copied to clipboard
@SerializedName(value = "color_button_text")
val colorButtonText: String
Link copied to clipboard
@SerializedName(value = "color_chat_log_elements")
val colorChatLogElements: String
Link copied to clipboard
@SerializedName(value = "color_header_background")
val colorHeaderBackground: String
Link copied to clipboard
@SerializedName(value = "color_header_text")
val colorHeaderText: String
Link copied to clipboard
@SerializedName(value = "color_input_background")
val colorInputBackground: String
Link copied to clipboard
@SerializedName(value = "color_input_text")
val colorInputText: String
Link copied to clipboard
@SerializedName(value = "color_user_message_background")
val colorUserMessageBackground: String
Link copied to clipboard
@SerializedName(value = "color_user_message_text_color")
val colorUserMessageTextColor: String