IEmojiParser
Transforms a raw text string by replacing emoji shortcodes (or other emoji source markers) with their rendered representation. Implementations are pluggable so that label rendering can support different emoji sources.
Methods
Return a copy of with emoji markers substituted for their rendered form. Implementations must return the input unchanged when no substitutions apply.
Parameters
text
string
Returns
string