BaseMessageItemViewHolder
abstract class BaseMessageItemViewHolder<T : MessageListItem>(itemView: View) : RecyclerView.ViewHolder
Base ViewHolder used for displaying messages in io.getstream.chat.android.ui.feature.messages.list.adapter.internal.MessageListItemAdapter.
Inheritors
Functions
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.