Companion

object Companion

Properties

Link copied to clipboard
var catalogBuilder: EmojiTemplateCatalog.Builder.() -> Unit

Before the catalog is initialized (or accessed, as the first access initializes it), this can be assigned a lambda that will configure the catalog.

Functions

Link copied to clipboard
suspend fun await(): EmojiService

Awaits for the Emoji service to be initialized.

Link copied to clipboard

Get the emoji service as a Composable state.

Link copied to clipboard

Initializes the Emoji services in the background. This function does not block.