InnerAttachmentViewHolder

abstract class InnerAttachmentViewHolder(val itemView: View)

An inner ViewHolder for custom attachments within message ViewHolder. Follows the lifecycle of the outer message ViewHolder.

Parameters

itemView

The view that this ViewHolder controls.

Constructors

Link copied to clipboard
constructor(itemView: View)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun onBindViewHolder(message: Message)

Called when RecyclerView binds the parent message ViewHolder.

Link copied to clipboard

Called when RecyclerView recycles the parent message ViewHolder.

Link copied to clipboard

Called when a view in this ViewHolder has been attached to a window.

Link copied to clipboard

Called when a view in this ViewHolder has been detached from its window.