MediaAttachmentsViewHolder

ViewHolder used for displaying messages that contain image and/or video 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.

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 this view holder and its' view were attached to window.

Link copied to clipboard
open override 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

Called when this view holder and its' view were detached from window.

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String