onSendReactionRequest
A method called before making an API call to send the reaction.
Parameters
The full channel id, i.e. "messaging:123".
The Reaction to send.
Flag to determine whether the reaction should replace other ones added by the current user.
If set to "true", skips sending push notification when reacting to a message.
The currently logged in user.
Deprecated
This method will be removed in the future. Use SendReactionListener#onSendReactionRequest(cid, reaction, enforceUnique, skipPush, currentUser) instead. For backwards compatibility, this method is still called internally by the new, non-deprecated method.
A method called before making an API call to send the reaction.
Parameters
The full channel id, i.e. "messaging:123".
The Reaction to send.
Flag to determine whether the reaction should replace other ones added by the current user.
The currently logged in user.