public interface EmojiPackImportListener
Used when a custom emoji pack is being imported
abstract Unit
onLoaded(String customEmoji)
Unit
onFailed(Throwable error)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit onLoaded(String customEmoji)
Called when a custom emoji pack has been successfully loaded/imported.
customEmoji
Unit onFailed(Throwable error)
Called when loading failed.
error