Chat Components
data class ChatComponents(val context: Context, val colors: ChatColors = ChatColors(), val images: ChatImages = ChatImages(), val text: ChatTexts = ChatTexts(), val typography: ChatTypography = ChatTypography()) : Serializable
Класс верхнего уровня, содержит все возможные компоненты. Компоненты предоставляют доступ к более низкому уровню персонализации, а также общие настройки для группы параметров.
Constructors
Link copied to clipboard
constructor(context: Context, colors: ChatColors = ChatColors(), images: ChatImages = ChatImages(), text: ChatTexts = ChatTexts(), typography: ChatTypography = ChatTypography())
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard