CustomAttachmentsViewHolder

ViewHolder used for displaying messages that contain custom attachments.

Parameters

parent

The parent container.

decorators

List of decorators applied to the ViewHolder.

listeners

Listeners used by the ViewHolder.

messageTextTransformer

Formats strings and sets them on the respective TextView.

attachmentFactoryManager

A manager for the registered custom attachment factories.

binding

Binding generated for the layout.

Properties

Link copied to clipboard
val binding: <Error class: unknown class>

Inherited properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open override fun messageContainerView(): View

Returns the Message container that we can use to anchor UI based on its size and position.

Link copied to clipboard
open override fun onAttachedToWindow()

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

Link copied to clipboard
open override fun onDetachedFromWindow()

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

Link copied to clipboard
open override fun unbind()

Called when a view in this ViewHolder has been recycled.

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