allOf

fun Emoji.allOf(group: String): List<Emoji>

Returns all emoji of a particular group.

WARNING: This can be quite heavy to construct. This method should be called in background and its result should be cached.


fun Emoji.allOf(group: String, subgroup: String): List<Emoji>

Returns all emoji of a particular subgroup.

WARNING: This can be quite heavy to construct. This method should be called in background and its result should be cached.