| Modifier and Type | Method and Description |
|---|---|
protected static Emoji |
EmojiLoader.buildEmojiFromJSON(org.json.JSONObject json) |
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 |
Copyright © 2014. All rights reserved.