Emojis are already configured by categories, and they are automatically updated to the latest supported version by default.
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(
"π", "π", "π", "βΊοΈ", "π", "π", "π", "π", "π",
"π", "β€οΈ", "π", "π", "π", "π", "β¨", "π₯", "π",
"π―", "π", "π", "π", "π", "π»", "β"
)
}