VoiceMessageStyle

class VoiceMessageStyle(var backgroundColor: Int? = null, var padding: SideSize? = null, var playPauseButton: IconButtonChatStyle, var loader: LoaderChatStyle, var error: String = "", var fileSizeText: TextMessageStyle, var audioStatusText: TextMessageStyle) : Serializable

Описывает стиль для голосовых сообщений

Parameters

backgroundColor

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

padding

внутренние отступы для элемента

playPauseButton

стиль для кнопки воспроизведения голосового сообщения

loader

стиль для лоадера

error

строка для описания ошибки

fileSizeText

стиль для текста "размер файла"

audioStatusText

стиль для текста "статус аудио" ("voice message is processing")

Constructors

Link copied to clipboard
constructor(backgroundColor: Int? = null, padding: SideSize? = null, playPauseButton: IconButtonChatStyle, loader: LoaderChatStyle, error: String = "", fileSizeText: TextMessageStyle, audioStatusText: TextMessageStyle)

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