onSendReactionPrecondition
Runs precondition check for ChatClient.sendReaction. The request will be run if the method returns Result.Success and won't be made if it returns Result.Failure.
Parameters
The full channel id, i.e. "messaging:123".
The currently logged in user.
The Reaction to send.
Deprecated
This method will be removed in the future. Use SendReactionListener#onSendReactionPrecondition(cid, currentUser, reaction) instead.For backwards compatibility, this method is still called internally by the new, non-deprecated method.
Runs precondition check for ChatClient.sendReaction. The request will be run if the method returns Result.Success and won't be made if it returns Result.Failure.
Return
Result.Success if the precondition is fulfilled, Result.Failure otherwise.
Parameters
The currently logged in user.
The Reaction to send.