EmojiView

fun EmojiView(useCaseState: UseCaseState, selection: EmojiSelection, config: EmojiConfig = EmojiConfig(), header: Header? = null)

Emoji view for the use-case to to select any emoji or a variant, if available.

Parameters

useCaseState

The state of the sheet.

selection

The selection configuration for the dialog view.

config

The general configuration for the dialog view.

header

The header to be displayed at the top of the dialog view.