public interface HighlightedClickableSpan
SpanClickHandler.| Modifier and Type | Method and Description |
|---|---|
boolean |
isSelected()
Returns the selection status of the span.
|
void |
onClick(View view)
Triggered if the span is clicked.
|
void |
select(boolean selected)
Called when the span is clicked and released.
|