Emojis


Emojis are already configured by categories, and they are automatically updated to the latest supported version by default.

Recent Emojis

Every time you select an emoji, it is automatically added to the recent emojis section.

When you first open the keyboard, instead of an empty recent emojis section, there is a preloaded collection of the most used emojis.

You might one to add your own preselecction of recent emojis. You can do it by defining these emojis as part of the DEFAULT_RECENT_EMOJI:

companion object {
        val DEFAULT_RECENT_EMOJI = setOf(
            "πŸ˜‚", "😍", "😭", "☺️", "😘", "πŸ‘", "πŸ™", "πŸ‘Œ", "πŸ‘",
            "πŸ™Œ", "❀️", "πŸ’•", "πŸ’“", "πŸ’™", "πŸ’—", "✨", "πŸ”₯", "πŸŽ‰",
            "πŸ’―", "πŸ™ˆ", "πŸŽ‚", "πŸ•", "πŸ“", "🍻", "β˜•"
        )
    }

If something needs to be added or if you find an error in our documentation, please let us know either on our GitHub or Discord.

Last updated on June 18, 2023