setOnMentionClickListener

Deprecated

Use setOnMentionTokenClickListener; it also fires for other mention types.

Replace with

setOnMentionTokenClickListener

Sets the user-mention click listener used by MessageListView.

Kept for backward compatibility; only fires for user mention taps. New code should prefer setOnMentionTokenClickListener, which also fires for other mention types.

Parameters

listener

The listener to use. If null, the default will be used instead.