ChatThemeDetails

public class 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.")
private ThemeColors darkColors

Colors for dark mode.

Link copied to clipboard

The color tokens to be used for the dark theme.

Link copied to clipboard
public final static ChatThemeDetails INSTANCE
Link copied to clipboard
@Deprecated(message = "Use `lightTokens` instead. Supplied values is converted to tokens on best effort basis.")
private ThemeColors lightColors

Colors for light mode.

Link copied to clipboard

The color tokens to be used for the light theme.

Functions

Link copied to clipboard
public final ThemeColors getDarkColors()

Colors for dark mode.

Link copied to clipboard

The color tokens to be used for the dark theme.

Link copied to clipboard
public final ThemeColors getLightColors()

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
public final Unit setDarkTokens(ThemeColorTokens darkTokens)

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
public final Unit setLightTokens(ThemeColorTokens lightTokens)

The color tokens to be used for the light theme.