Android.Widget.TextView.GetUrls Method
Returns the list of URLSpans attached to the text (by Android.Text.Util.Linkify or otherwise) if any.

Syntax

[Android.Runtime.Register("getUrls", "()[Landroid/text/style/URLSpan;", "GetGetUrlsHandler")]
public virtual Android.Text.Style.URLSpan[] GetUrls ()

Returns

Documentation for this section has not yet been entered.

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1