EmojiViewItem
class EmojiViewItem
EmojiViewItem is a class holding the displayed emoji and its emoji variants
Summary
Public constructors |
|---|
EmojiViewItem(emoji: String, variants: List<String>) |
Public properties |
|
|---|---|
String |
Used to represent the displayed emoji of the |
List<String> |
Used to represent the corresponding emoji variants of this base emoji. |
Public constructors
EmojiViewItem
Added in 1.4.0
EmojiViewItem(emoji: String, variants: List<String>)
| Parameters | |
|---|---|
emoji: String |
Used to represent the displayed emoji of the |
variants: List<String> |
Used to represent the corresponding emoji variants of this base emoji. |