GroupMeEmojiMessageRenderer MethodsCkSoftware GroupMe SDK - Documentation

The GroupMeEmojiMessageRenderer type exposes the following members.

Methods

  NameDescription
Public methodStatic memberDefaultHtmlInlineCssConverter
Default emoji to html converter which creates a span with the needed styles to display the emoji as background-image.
Public methodStatic memberMergeMessageWithEmojiImages(String, GroupMeEmojiAttachment, Func GroupMeEmojiImage, String )
Merges the emoji images with the message using a emojiToString converter func. The default converter is the DefaultHtmlInlineCssConverter(GroupMeEmojiImage).
Public methodStatic memberMergeMessageWithEmojiImages(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).
Public methodStatic memberOptimizedHtmlCssConverter
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.
Top
See Also