Package im.getsocial.sdk.ui
Interface TagClickListener
-
public interface TagClickListener
Interface to provide listener for clicking on tags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTagClicked(java.lang.String tag)
Called when tag with name was clicked.
-