Permission Description Popup Style
data class PermissionDescriptionPopupStyle(var image: ImageChatStyle? = null, var descriptionText: TextMessageStyle? = null, var allowButton: TextButtonChatStyle, var closeButton: TextButtonChatStyle) : Serializable
Стиль для всплывающего сообщения с описанием запрашиваемых разрешений
Parameters
image
стиль для изображения
description Text
стиль для текста с описанием
allow Button
стиль для кнопки с положительным ответом
close Button
стиль для кнопки с отрицательным ответом
Constructors
Link copied to clipboard
constructor(image: ImageChatStyle? = null, descriptionText: TextMessageStyle? = null, allowButton: TextButtonChatStyle, closeButton: TextButtonChatStyle)