Package 

Class DownloadableEmojiPack

    • Constructor Detail

      • DownloadableEmojiPack

        DownloadableEmojiPack(String id, String name, Uri source, String description, Drawable icon, VersionProvider version, Uri website, Uri license, String descriptionLong, Boolean tintableIcon, String hash)
        Parameters:
        id - A unique name for the pack.
        name - The user-facing name of the pack.
        source - The URL to download the TTF-file from.
        description - The (short) user-facing description that is visible in the normal emoji picker
        icon - An icon for the pack, e.g.
        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.
        hash - A SHA-256 hash that is used to confirm that the correct file has been downloaded.
      • DownloadableEmojiPack

        DownloadableEmojiPack(String id, String name, Uri source, String description, Drawable icon, 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.
        source - The URL to download the TTF-file from.
        description - The (short) user-facing description that is visible in the normal emoji picker
        icon - An icon for the pack, e.g.
        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.
      • DownloadableEmojiPack

        DownloadableEmojiPack(String id, String name, Uri source, String description, Drawable icon, VersionProvider version, Uri website, Uri license, String descriptionLong)
        Parameters:
        id - A unique name for the pack.
        name - The user-facing name of the pack.
        source - The URL to download the TTF-file from.
        description - The (short) user-facing description that is visible in the normal emoji picker
        icon - An icon for the pack, e.g.
        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.
      • DownloadableEmojiPack

        DownloadableEmojiPack(String id, String name, Uri source, String description, Drawable icon, VersionProvider version, Uri website, Uri license)
        Parameters:
        id - A unique name for the pack.
        name - The user-facing name of the pack.
        source - The URL to download the TTF-file from.
        description - The (short) user-facing description that is visible in the normal emoji picker
        icon - An icon for the pack, e.g.
        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)
      • DownloadableEmojiPack

        DownloadableEmojiPack(String id, String name, Uri source, String description, Drawable icon, VersionProvider version, Uri website)
        Parameters:
        id - A unique name for the pack.
        name - The user-facing name of the pack.
        source - The URL to download the TTF-file from.
        description - The (short) user-facing description that is visible in the normal emoji picker
        icon - An icon for the pack, e.g.
        version - The current version of the pack.
        website - The URL of the website/repository for the emoji pack
      • DownloadableEmojiPack

        DownloadableEmojiPack(String id, String name, Uri source, String description, Drawable icon, VersionProvider version)
        Parameters:
        id - A unique name for the pack.
        name - The user-facing name of the pack.
        source - The URL to download the TTF-file from.
        description - The (short) user-facing description that is visible in the normal emoji picker
        icon - An icon for the pack, e.g.
        version - The current version of the pack.