SupportedReactions

constructor(context: Context, reactions: Map<String, SupportedReactions.ReactionDrawable> = mapOf( LOVE to loveDrawable(context), THUMBS_UP to thumbsUpDrawable(context), THUMBS_DOWN to thumbsDownDrawable(context), LOL to lolDrawable(context), WUT to wutDrawable(context), ))

Parameters

context

The context to load drawable resources.

reactions

Map instance. Map with keys corresponding to reaction type, and value corresponding to ReactionDrawable object. By default it's initialized with standard reactions.