EmojiCompat.MetadataRepoLoader

interface EmojiCompat.MetadataRepoLoader


Interface to load emoji metadata.

Summary

Public functions

Unit

Start loading the metadata.

Public functions

load

Added in 1.0.0
fun load(loaderCallback: EmojiCompat.MetadataRepoLoaderCallback): Unit

Start loading the metadata. When the loading operation is finished onLoaded or onFailed should be called. When used on devices running API 18 or below, this function is never called.

Parameters
loaderCallback: EmojiCompat.MetadataRepoLoaderCallback

callback to signal the loading state