Emoji List Adapter
Adapters provides a binding from an Emoji data 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
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
Register a callback to be invoked when the emoji is clicked and held.
Link copied to clipboard
Register a callback to be invoked when the emoji more button is clicked and held.