| Modifier and Type | Method and Description |
|---|---|
static EmojiDescriptionLanguage |
EmojiDescriptionLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmojiDescriptionLanguage[] |
EmojiDescriptionLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
Emoji.getDescription(EmojiDescriptionLanguage emojiDescriptionLanguage)
Gets the description of this emoji in the specified language.
|