LinkAttachmentsViewHolder
ViewHolder used for displaying messages that contain link attachments and no other types of attachments.
Parameters
parent
The parent container.
decorators
List of decorators applied to the ViewHolder.
messageTextTransformer
Formats strings and sets them on the respective TextView.
listeners
Listeners used by the ViewHolder.
binding
Binding generated for the layout.
Properties
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.
Link copied to clipboard
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