public static interface BetterLinkMovementMethod.OnLinkLongClickListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onLongClick(android.widget.TextView textView,
java.lang.String url) |
boolean onLongClick(android.widget.TextView textView,
java.lang.String url)
textView - The TextView on which a long-click was registered.url - The long-clicked URL.