Emoji Reaction User List Adapter
EmojiReactionUserListAdapter provides a binding from a User set to views that are displayed within a RecyclerView. since 1.1.0
Constructors
Functions
Link copied to clipboard
Returns the total number of items in the data set held by the adapter.
Link copied to clipboard
Called by RecyclerView to display the data at the specified position.
Link copied to clipboard
Called when RecyclerView needs a new EmojiReactionUserViewHolder of the given type to represent an item.
Link copied to clipboard
open fun setOnEmojiReactionUserListProfileClickListener(@Nullable emojiReactionUserListProfileClickListener: OnItemClickListener<User>)