The GroupMeEmojiMessageRenderer type exposes the following members.
Methods
Name | Description | |
---|---|---|
DefaultHtmlInlineCssConverter |
Default emoji to html converter which creates a span with the needed styles to display the emoji as background-image.
| |
MergeMessageWithEmojiImages(String, GroupMeEmojiAttachment, Func GroupMeEmojiImage, String ) |
Merges the emoji images with the message using a emojiToString converter func. The default converter is the
DefaultHtmlInlineCssConverter(GroupMeEmojiImage).
| |
MergeMessageWithEmojiImages(String, Char, IEnumerable GroupMeEmojiImage , Func GroupMeEmojiImage, String ) |
Merges the emoji images with the message using a emojiToString converter func. The default converter is the
DefaultHtmlInlineCssConverter(GroupMeEmojiImage).
| |
OptimizedHtmlCssConverter |
Emoji to html converter which creates a span with a css-class 'emoji' and a css-class 'emoji-pack-X' (X is replaced
with the pack-name) and only adds the background-position as style attribute. Assumes that the .emoji and .emoji-pack-x
classes are styled correctly using CSS.
|
See Also