AttachmentPreviewViewHolder

A base RecyclerView.ViewHolder for attachment preview items in the message composer.

Parameters

itemView

The view that this ViewHolder controls.

Constructors

Link copied to clipboard
constructor(itemView: View)

Properties

Link copied to clipboard
Link copied to clipboard

Inherited properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun bind(attachment: Attachment)

Binds the created View to the attachment data.

Link copied to clipboard
open fun unbind()

Inherited functions

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String