EmojiItem

fun EmojiItem(emoji: UiKitEmoji, reaction: UiKitReaction?, onEmojiClick: (emoji: UiKitEmoji, isAdded: Boolean) -> Unit, modifier: Modifier = Modifier)

Represents an emoji item in the emoji list.

Since

1.2.0

Parameters

emoji

The emoji to be displayed.

reaction

The reaction associated with the emoji.

onEmojiClick

The callback for when the emoji is clicked.

modifier

The modifier to be applied to the item.