GroupMeEmojiMessageRenderer DefaultHtmlInlineCssConverter Method CkSoftware GroupMe SDK - Documentation
Default emoji to html converter which creates a span with the needed styles to display the emoji as background-image.

Namespace: CkSoftware.GroupMe.Sdk.Helpers.Emoji
Assembly: CkSoftware.GroupMe.Sdk.Helpers (in CkSoftware.GroupMe.Sdk.Helpers.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax

public static string DefaultHtmlInlineCssConverter(
	GroupMeEmojiImage image
)

Return Value

Type: String
The html representation to add to the content.
See Also