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
Link copied to clipboard
The data that was last bound to this ViewHolder via bindData. Can be used for listeners that need to pass along the currently bound data as a parameter.
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
Link copied to clipboard
Returns the Message container that we can use to anchor UI based on its size and position.
Link copied to clipboard
Called when this view holder and its' view were attached to window.
Link copied to clipboard
Called when this view holder and its' view were detached from window.
Link copied to clipboard