bind

fun bind(    context: Context,     spannable: Spannable,     start: Int,     end: Int)

Apply values into Spannable text.

Since

3.0.0

Parameters

spannable

A spannable text to apply.

start

A starting position to apply value.

end

An end position to apply value.