NotoImageEmoji

fun NotoImageEmoji(emoji: Emoji, modifier: Modifier = Modifier, placeholder: @Composable () -> Unit = { PlatformEmojiPlaceholder(emoji, modifier) })

Shows an Emoji as an image downloaded from the Noto image library.

Parameters

emoji

The Emoji to render

modifier

The modifier to be applied to the layout.

placeholder

Composable that will be rendered in place during the download of the image.