setClickSpan

fun setClickSpan(clickSpan: ClickableSpan): SpanBuilder

Set the span of click.

Must set view.setMovementMethod(LinkMovementMethod.getInstance())

Return

the single SpanBuilder instance

Parameters

clickSpan

The span of click.