Emoji Reaction List Adapter
EmojiReactionListAdapter provides a binding from a Reaction set to views that are displayed within a RecyclerView. since 1.1.0
Functions
Link copied to clipboard
Returns the total number of items in the data set held by the adapter.
Link copied to clipboard
Return the view type of the < at
position
for the purposes of view recycling.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 < of the given type to represent an item.
Link copied to clipboard
Enables or disables click events for this view.
Link copied to clipboard
open fun setEmojiReactionClickListener(@Nullable emojiReactionClickListener: OnItemClickListener<String>)
Register a callback to be invoked when the emoji reaction is clicked and held.
Link copied to clipboard
open fun setEmojiReactionLongClickListener(@Nullable emojiReactionLongClickListener: OnItemLongClickListener<String>)
Register a callback to be invoked when the emoji reaction is long clicked and held.
Link copied to clipboard
Enables or disables long click events for this view.
Link copied to clipboard
Register a callback to be invoked when the emoji reaction more button is clicked and held.
Link copied to clipboard
Sets the < to be displayed.
Link copied to clipboard
Sets the total emoji list that can be added to the current message.
Link copied to clipboard
Sets a value if using the more button in the reaction view.
Link copied to clipboard
Indicates whether this view using a more button or not.