Interface MessageOptionsDialogFragment.ReactionClickListener
-
- All Implemented Interfaces:
public interface MessageOptionsDialogFragment.ReactionClickListenerA listener for reaction clicks.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonReactionClick(Message message, String reactionType)-
-
Method Detail
-
onReactionClick
abstract Unit onReactionClick(Message message, String reactionType)
-
-
-
-