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 EmojiViewItem.

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 EmojiViewItem.

variants: List<String>

Used to represent the corresponding emoji variants of this base emoji.

Public properties

emoji

Added in 1.4.0
val emojiString

Used to represent the displayed emoji of the EmojiViewItem.

variants

Added in 1.4.0
val variantsList<String>

Used to represent the corresponding emoji variants of this base emoji.