Android.Text.Util.Linkify.AddLinks Method
Scans the text of the provided Spannable and turns all occurrences of the link types indicated in the mask into clickable links.

Syntax

[Android.Runtime.Register("addLinks", "(Landroid/text/Spannable;I)Z", "")]
public static bool AddLinks (Android.Text.ISpannable text, [Android.Runtime.GeneratedEnum] MatchOptions mask)

Parameters

text
Documentation for this section has not yet been entered.
mask
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Scans the text of the provided Spannable and turns all occurrences of the link types indicated in the mask into clickable links. If the mask is nonzero, it also removes any existing URLSpans attached to the Spannable, to avoid problems if you call it repeatedly on the same text.

[Android Documentation]

Requirements

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