vanniktech / Emoji

A library to add Emoji support to your Android / iOS / JVM Application
Apache License 2.0
1.53k stars 292 forks source link

Request: Expose EmojiManager methods #1071

Closed justincamp404 closed 4 months ago

justincamp404 commented 6 months ago

Greets and thanks for the terrific library!

I'd like to be able to use the internal plumbing in order to create my own custom UIs including making my own lists of available categories and emojis. From what I see, the only missing piece to that is that the EmojiManager.categories() method is internal. Could you make that method public?

vanniktech commented 4 months ago

Just use your EmojiProvider#categories property directly.