EmojisEmoji for a given unicode.Emoji for a given alias.Emojis for a given tag.Emoji.getHtmlHexadecimal() for
backwards-compatibility. Use that instead.EmojisEmojiParser.parseToAliases(String, FitzpatrickAction) with the action
"PARSE"EmojiParser.parseToHtmlDecimal(String, FitzpatrickAction) with the action
"PARSE"EmojiParser.parseToHtmlHexadecimal(String, FitzpatrickAction) with the
action "PARSE"😄 转换为 :smile:
EmojiParser.FitzpatrickAction参数被设置为EmojiParser.FitzpatrickAction.PARSE,则别名后会增加"|"并追加fitzpatrick类型
例如:👦🏿 转换为 :boy|type_6:
EmojiParser.FitzpatrickAction参数被设置为EmojiParser.FitzpatrickAction.REMOVE,则别名后的"|"和类型将被去除
例如:👦🏿 转换为 :boy:
EmojiParser.FitzpatrickAction参数被设置为EmojiParser.FitzpatrickAction.IGNORE,则别名后的类型将被忽略
例如:👦🏿 转换为 :boy:🏿👦🏿 转换为 :boy|type_6:👦🏿 转换为 👦👦🏿 转换为 👦:smile: 替换为 😄
😄 替换为 😄
:boy|type_6: 替换为 👦🏿
Copyright © 2019. All Rights Reserved.