Package im.getsocial.sdk.ui
Interface MentionClickListener
-
public interface MentionClickListener
Interface to provide listener for clicking on user mention.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
APP_SHORTCUT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onMentionClicked(java.lang.String mention)
Called when mention was clicked with user ID.
-
-
-
Field Detail
-
APP_SHORTCUT
static final java.lang.String APP_SHORTCUT
- See Also:
- Constant Field Values
-
-
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 constantAPP_SHORTCUT
that represents app mention.
-
-