Package 

Interface EmojiPackImportListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onLoaded(String customEmoji) Called when a custom emoji pack has been successfully loaded/imported.
      Unit onFailed(Throwable error) Called when loading failed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onLoaded

         abstract Unit onLoaded(String customEmoji)

        Called when a custom emoji pack has been successfully loaded/imported.

        Parameters:
        customEmoji - The file hash of the successfully imported pack
      • onFailed

         Unit onFailed(Throwable error)

        Called when loading failed.

        Parameters:
        error - The reason, loading/importing failed