public interface RecentEmoji
| Modifier and Type | Method and Description |
|---|---|
void |
addEmoji(Emoji emoji)
Should add the emoji to the recent ones.
|
java.util.Collection<Emoji> |
getRecentEmojis()
Returns the recent emojis.
|
void |
persist()
Should persist all emojis.
|
java.util.Collection<Emoji> getRecentEmojis()
void addEmoji(Emoji emoji)
getRecentEmojis()
should return the emoji that was just added.void persist()