PopupsFlow

data class PopupsFlow(var alertsTitleText: TextMessageStyle, var alertsRegularText: TextMessageStyle, var menuItem: SpannableTextStyle)

Стиль верхнего уровня, определяющий вид окна всплывающего сообщения

Parameters

alertsRegularText

Стиль для текста, представляет обычный текст Alert сообщениях

menuItem

Стиль для Spannable строки, используется для элементов меню

Constructors

Link copied to clipboard
constructor(alertsTitleText: TextMessageStyle, alertsRegularText: TextMessageStyle, menuItem: SpannableTextStyle)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard