Package-level declarations

Functions

Link copied to clipboard
fun EmojiDialog(    state: UseCaseState,     selection: EmojiSelection,     config: EmojiConfig = EmojiConfig(),     header: Header? = null,     properties: DialogProperties = DialogProperties())

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

Link copied to clipboard
fun EmojiPopup(    state: UseCaseState,     selection: EmojiSelection,     config: EmojiConfig = EmojiConfig(),     header: Header? = null,     alignment: Alignment = Alignment.TopStart,     offset: IntOffset = IntOffset(0, 0),     properties: PopupProperties = PopupProperties())

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

Link copied to clipboard
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.