| Modifier and Type | Method and Description |
|---|---|
static EmojiGroup |
EmojiGroup.fromString(String name)
Gets the emoji group for the given name.
|
EmojiGroup |
Emoji.getGroup()
Gets the group or "category" this emoji belongs to.
|
EmojiGroup |
EmojiSubGroup.getGroup() |
static EmojiGroup |
EmojiGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmojiGroup[] |
EmojiGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<EmojiGroup> |
EmojiGroup.getGroups()
Gets all emoji groups.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Emoji> |
EmojiManager.getAllEmojisByGroup(EmojiGroup group)
Gets all emojis that are part of the given group.
|