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

Syntax

[Android.Runtime.Register("addLinks", "(Landroid/widget/TextView;I)Z", "")]
public static bool AddLinks (Android.Widget.TextView 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 TextView and turns all occurrences of the link types indicated in the mask into clickable links. If matches are found the movement method for the TextView is set to LinkMovementMethod.

[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