onLongClick

abstract fun onLongClick(view: View): Boolean

Callback for longclick of this span.

Return

true if the callback consumed the longclick, false otherwise.