with Clickable Span
fun SpannableString.withClickableSpan(clickablePart: String, onClickListener: () -> Unit): SpannableString
Create a span with a clickablePart of the text, and invokes the onClickListener on click.
Create a span with a clickablePart of the text, and invokes the onClickListener on click.