ChatThemeDetails
Color values for the chat SDK.
Properties
Link copied to clipboard
@Deprecated(message = "Use `darkTokens` instead. Supplied values is converted to tokens on best effort basis.")
Colors for dark mode.
Link copied to clipboard
The color tokens to be used for the dark theme.
Link copied to clipboard
Link copied to clipboard
@Deprecated(message = "Use `lightTokens` instead. Supplied values is converted to tokens on best effort basis.")
Colors for light mode.
Link copied to clipboard
The color tokens to be used for the light theme.
Functions
Link copied to clipboard
Colors for dark mode.
Link copied to clipboard
The color tokens to be used for the dark theme.
Link copied to clipboard
Colors for light mode.
Link copied to clipboard
The color tokens to be used for the light theme.
Link copied to clipboard
public final Unit setDarkColors(@Deprecated(message = "Use `darkTokens` instead. Supplied values is converted to tokens on best effort basis.") ThemeColors darkColors)
Link copied to clipboard
The color tokens to be used for the dark theme.
Link copied to clipboard
public final Unit setLightColors(@Deprecated(message = "Use `lightTokens` instead. Supplied values is converted to tokens on best effort basis.") ThemeColors lightColors)
Link copied to clipboard
The color tokens to be used for the light theme.