DefaultReactionResolver
class DefaultReactionResolver(emojiMapping: Map<String, String?> = defaultEmojiMapping, val defaultReactions: List<String> = defaultQuickReactions) : ReactionResolver
Default implementation of ReactionResolver that provides emoji codes for based on the emoji mapping passed to the constructor.
Parameters
emojiMapping
Mapping from reaction type to emoji code
Constructors
Properties
Link copied to clipboard
A small set of commonly used reaction types, typically shown for quick access in the UI.
Link copied to clipboard
Returns the supported reaction types based on the keys in emojiMapping.