PermissionDescriptionPopupStyle

data class PermissionDescriptionPopupStyle(var image: ImageChatStyle? = null, var descriptionText: TextMessageStyle? = null, var allowButton: TextButtonChatStyle, var closeButton: TextButtonChatStyle) : Serializable

Стиль для всплывающего сообщения с описанием запрашиваемых разрешений

Parameters

image

стиль для изображения

descriptionText

стиль для текста с описанием

allowButton

стиль для кнопки с положительным ответом

closeButton

стиль для кнопки с отрицательным ответом

Constructors

Link copied to clipboard
constructor(image: ImageChatStyle? = null, descriptionText: TextMessageStyle? = null, allowButton: TextButtonChatStyle, closeButton: TextButtonChatStyle)

Properties

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