Package 

Interface EmojiPreferenceInterface

    • Method Summary

      Modifier and Type Method Description
      abstract String getSelected(Context context) Returns the id/hash of the currently selected emoji pack, or a default value if there is none
      abstract Unit setSelected(Context context, String value) Stores the id/hash of the currently/newly selected emoji pack
      abstract String getDefault(Context context) Returns the name of the default pack for this application.
      abstract Unit setDefault(Context context, String value) Sets the id/hash of the default emoji pack for this application.
      abstract String getNameForCustom(Context context, String hash) The preference name/key for the custom names preference
      abstract Unit setNameForCustom(Context context, String name, String hash) Returns the name assigned for a certain custom/imported emoji pack.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait