onEmojiReactionLongClick

abstract fun onEmojiReactionLongClick(    @NonNull view: View,     position: Int,     @NonNull message: BaseMessage,     @NonNull reactionKey: String)

Called when a view has been clicked.

Parameters

view

The view that was clicked.

position

The position that was clicked.

message

The message that was clicked.

reactionKey

The reaction key that was clicked.