LoadingIndicatorChatStyle

data class LoadingIndicatorChatStyle(@ColorRes var tintColor: Int, @DrawableRes var loaderImage: Int) : Serializable, ComponentStyle

Представляет стиль для Loader

Parameters

tintColor

ресурс цвета лоадера

loaderImage

ресурс изоражения лоадера

Constructors

Link copied to clipboard
constructor(@ColorRes tintColor: Int, @DrawableRes loaderImage: Int)

Properties

Link copied to clipboard
Link copied to clipboard