MessagingThemeConfig

data class MessagingThemeConfig(val lightColors: CustomColors? = null, val darkColors: CustomColors? = null, val typography: CustomTextStyle? = null, val customIconColorsLight: CustomIconsAndColors? = null, val customIconColorsDark: CustomIconsAndColors? = null, val customStrings: CustomStrings? = null)

This class is used to set custom colors, text styles, icon colors and strings for the messaging window.

Constructors

Link copied to clipboard
constructor(lightColors: CustomColors? = null, darkColors: CustomColors? = null, typography: CustomTextStyle? = null, customIconColorsLight: CustomIconsAndColors? = null, customIconColorsDark: CustomIconsAndColors? = null, customStrings: CustomStrings? = 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