Interface TagClickListener


  • public interface TagClickListener
    Interface to provide listener for clicking on tags.
    • Method Detail

      • onTagClicked

        void onTagClicked​(java.lang.String tag)
        Called when tag with name was clicked.
        Parameters:
        tag - tag name.