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(ThemeColors value)

Colors for dark mode.

Link copied to clipboard
public final Unit setDarkTokens(ThemeColorTokens value)

The color tokens to be used for the dark theme.

Link copied to clipboard
public final Unit setLightColors(ThemeColors value)

Colors for light mode.

Link copied to clipboard
public final Unit setLightTokens(ThemeColorTokens value)

The color tokens to be used for the light theme.