An emoji shortcodes and smileys mapping, to be used by EmojiParser.
public class EmojiMapping
kind:method, kind:property, kind:ctor. Press Esc to clear.EmojiMapping(Boolean)Constructs a mapping for the default emoji shortcodes and smileys.EmojiMapping(IDictionary<String, String>, IDictionary<String, String>)Constructs a mapping from a dictionary of emoji shortcodes to unicode, and a dictionary of smileys to emoji shortcodes.DefaultEmojisAndSmileysMappingThe default emoji shortcodes and smileys mapping.DefaultEmojisOnlyMappingThe default emoji shortcodes mapping, without smileys.GetDefaultEmojiShortcodeToUnicode()Returns a new instance of the default emoji shortcode to emoji unicode dictionary. It can be used to create a customized EmojiMapping.GetDefaultSmileyToEmojiShortcode()Gets a new instance of the default smiley to emoji shortcode dictionary. It can be used to create a customized EmojiMapping.