public class Emoji extends Object
| Constructor and Description |
|---|
Emoji(String description,
List<String> aliases,
List<String> tags,
int htmlCode,
byte... bytes) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAliases() |
String |
getDescription() |
String |
getHtml()
Deprecated.
|
String |
getHtmlDecimal() |
String |
getHtmlHexidecimal() |
List<String> |
getTags() |
String |
getUnicode() |
String |
toString() |
Copyright © 2015. All rights reserved.