WelcomeScreenStyle

data class WelcomeScreenStyle(var welcomeScreenTitle: TextMessageStyle, var welcomeScreenSubtitle: TextMessageStyle, var welcomeScreenImage: ImagesChatStyle, @ColorRes var backgroundColor: Int?) : Serializable, ComponentStyle

Стиль для окна приветствия

Parameters

welcomeScreenTitle

стиль для заголовка

welcomeScreenSubtitle

стиль для подзаголовка

welcomeScreenImage

стиль для изображения, отображаемого вместе с текстом

backgroundColor

фоновый цвет (ресурс)

Constructors

Link copied to clipboard
constructor(welcomeScreenTitle: TextMessageStyle, welcomeScreenSubtitle: TextMessageStyle, welcomeScreenImage: ImagesChatStyle, @ColorRes backgroundColor: Int?)

Properties

Link copied to clipboard
Link copied to clipboard