Added in API level 28
TextLinks.TextLinkSpan
public
static
class
TextLinks.TextLinkSpan
extends ClickableSpan
java.lang.Object | |||
↳ | android.text.style.CharacterStyle | ||
↳ | android.text.style.ClickableSpan | ||
↳ | android.view.textclassifier.TextLinks.TextLinkSpan |
A ClickableSpan for a TextLink.
Applies only to TextViews.
Summary
Public constructors | |
---|---|
TextLinkSpan(TextLinks.TextLink textLink)
|
Public methods | |
---|---|
final
TextLinks.TextLink
|
getTextLink()
|
void
|
onClick(View widget)
Performs the click action associated with this span. |
Inherited methods | |
---|---|
Public constructors
TextLinkSpan
Added in API level 28
public TextLinkSpan (TextLinks.TextLink textLink)
Parameters | |
---|---|
textLink |
TextLinks.TextLink : This value cannot be null . |
Public methods
getTextLink
Added in API level 28
public final TextLinks.TextLink getTextLink ()
Returns | |
---|---|
TextLinks.TextLink |
onClick
Added in API level 28
public void onClick (View widget)
Performs the click action associated with this span.
Parameters | |
---|---|
widget |
View : This value cannot be null . |