getItem

open fun getItem(position: Int): Emoji

Returns the Emoji in the data set held by the adapter.

Return

The Emoji to retrieve the position of in this adapter. since 1.1.0

Parameters

position

The position of the item within the adapter's data set.