FileAttachmentsViewHolder
ViewHolder that displays message items containing file attachments.
Note: This ViewHolder is used in situations where the message either contains multiple attachment types or a single attachment type that does not have a designated ViewHolder.
You can see the full list of ViewHolders in io.getstream.chat.android.ui.feature.messages.list.adapter.MessageListItemViewHolderFactory.
Parameters
The parent container.
List of decorators applied to the ViewHolder.
Formats strings and sets them on the respective TextView.
Listeners used by the ViewHolder.
Binding generated for the layout.
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 to the view.
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.