Decorator

interface Decorator

Decorator interface used to decorate the view holder.

Inheritors

Types

Link copied to clipboard
interface Type

The type of the decorator.

Properties

Link copied to clipboard
abstract val type: Decorator.Type

The type of the decorator.

Functions

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

Decorates the view holder.