Interface MentionClickListener


  • public interface MentionClickListener
    Interface to provide listener for clicking on user mention.
    • Method Detail

      • onMentionClicked

        void onMentionClicked​(java.lang.String mention)
        Called when mention was clicked with user ID.
        Parameters:
        mention - user ID who was mentioned, or constant APP_SHORTCUT that represents app mention.