| Modifier and Type | Method and Description |
|---|---|
static Emoji |
EmojiManager.getByUnicode(String unicode)
Returns the
Emoji for a given unicode. |
Emoji |
EmojiParser.UnicodeCandidate.getEmoji() |
Emoji |
EmojiTrie.getEmoji(String unicode)
Finds Emoji instance from emoji unicode
|
static Emoji |
EmojiManager.getForAlias(String alias)
Returns the
Emoji for a given alias. |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Emoji> |
EmojiManager.getAll()
Returns all the
Emojis |
static Set<Emoji> |
EmojiManager.getForTag(String tag)
Returns all the
Emojis for a given tag. |
static List<Emoji> |
EmojiLoader.loadEmojis(InputStream stream)
Loads a JSONArray of emojis from an InputStream, parses it and returns the
associated list of
Emojis |
| Modifier and Type | Method and Description |
|---|---|
static String |
EmojiParser.removeAllEmojisExcept(String str,
Collection<Emoji> emojisToKeep)
Removes all the emojis in a String except a provided set
|
static String |
EmojiParser.removeEmojis(String str,
Collection<Emoji> emojisToRemove)
Removes a set of emojis from a String
|
| Constructor and Description |
|---|
EmojiTrie(Collection<Emoji> emojis) |
Copyright © 2016. All rights reserved.