Package 

Class EmojiPack


  • 
    public abstract class EmojiPack
    
                        

    A data structure representing an emoji pack. There are many types of packs, based on their origin or the way they need to be handled.

    • Constructor Detail

      • EmojiPack

        EmojiPack(String id, String name, String description, VersionProvider version, Uri website, Uri license, String descriptionLong, Boolean tintableIcon)
        Parameters:
        id - A unique name for the pack.
        name - The user-facing name of the pack.
        description - The (short) user-facing description that is visible in the normal emoji picker
        version - The current version of the pack.
        website - The URL of the website/repository for the emoji pack
        license - The URL of the license for the emoji pack (This might be auto-downloaded in the future, so it should point to a rather small/plaintext file, if possible)
        descriptionLong - A longer description that is shown when the user expands the item for the emoji pack.
        tintableIcon - Whether the icon should get a tint (if specified by the theme)