Interface CatchableLinkMovementMethod.OnLinkClickedListener

  • Enclosing class:
    CatchableLinkMovementMethod

    public static interface CatchableLinkMovementMethod.OnLinkClickedListener
    Listener to react to link clicks
    • Method Detail

      • onLinkClicked

        boolean onLinkClicked​(java.lang.String url)
        Called when a link was clicked
        Parameters:
        url - link url
        Returns:
        true if the link was handled inside the listener and should not be treated anymore, false if link should still be opened in browser