BaseDecorator

abstract class BaseDecorator : Decorator

Constructors

Link copied to clipboard
constructor()

Inherited properties

Link copied to clipboard
abstract val type: Decorator.Type

The type of the decorator.

Functions

Link copied to clipboard
open override fun <T : MessageListItem> decorate(viewHolder: BaseMessageItemViewHolder<T>, data: T)

Decorates the view holder.