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
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.
Functions
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
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