Documentation for this section has not yet been entered.
Returns the list of URLSpans attached to the text (by Android.Text.Util.Linkify or otherwise) if any. You can call Android.Text.Style.URLSpan.URL on them to find where they link to or use Android.Text.ISpanned.GetSpanStart(Java.Lang.Object) and Android.Text.ISpanned.GetSpanEnd(Java.Lang.Object) to find the region of the text they are attached to.