RecentEmojiAsyncProvider


public 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 methods

getRecentEmojiListAsync

Added in 1.4.0
abstract @NonNull ListenableFuture<@NonNull List<@NonNull String>> getRecentEmojiListAsync()

recordSelection

Added in 1.4.0
abstract void recordSelection(@NonNull String emoji)