Contains information about an emoji.
An emoji source that does not support any emojis. Use this emoji source if you explicitly want to avo...
Task< IImageSource > GetImageSource(EmojiInfo Emoji)
Gets the image source of an emoji.
Task< IImageSource > GetImageSource(EmojiInfo Emoji, int Level)
Gets the image source of an emoji.
Task GenerateHTML(StringBuilder Output, EmojiInfo Emoji, bool EmbedImage)
Generates HTML for a given Emoji.
NoEmojis()
An emoji source that does not support any emojis.
bool EmojiSupported(EmojiInfo Emoji)
If the emoji is supported by the emoji source.
Task GenerateHTML(StringBuilder Output, EmojiInfo Emoji, int Level, bool EmbedImage)
Generates HTML for a given Emoji.
Interface for Emoji sources. Emoji sources provide emojis to content providers.
Contains information about an emoji image.