GiphyAttachmentViewHolder
Represents the Giphy attachment holder, when the Giphy is already sent.
Parameters
The parent container.
List of decorators for various parts of the holder.
The listeners for various user interactions.
Markdown renderer, used for the message text.
The binding that holds all the View references.
Properties
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
Binds the data required to represent a Giphy attachment. Shows the Giphy, applies decorations and the transformations for text and the container shape.
Returns the Message container that we can use to anchor UI based on its size and position.
Called when this view holder and its' view were attached to window.
Called when this view holder and its' view were detached from window.