| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2015. All rights reserved.