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

getRecentEmojiListAsync

Added in 1.4.0
fun getRecentEmojiListAsync(): ListenableFuture<List<String>>

recordSelection

Added in 1.4.0
fun recordSelection(emoji: String): Unit