RecentEmojiAsyncProvider
interface RecentEmojiAsyncProvider
A interface equivalent to RecentEmojiProvider that allows java clients to override the ListenableFuture based function getRecentEmojiListAsync in order to provide recent emojis.
Summary
Public functions |
|
|---|---|
ListenableFuture<List<String>> |
|
Unit |
recordSelection(emoji: String) |
Public functions
getRecentEmojiListAsync
Added in 1.4.0
fun getRecentEmojiListAsync(): ListenableFuture<List<String>>