Android.Text.Util.Linkify.AddLinks Method
Applies a regex to a Spannable turning the matches into links.

Syntax

[Android.Runtime.Register("addLinks", "(Landroid/text/Spannable;Ljava/util/regex/Pattern;Ljava/lang/String;)Z", "")]
public static bool AddLinks (Android.Text.ISpannable text, Java.Util.Regex.Pattern pattern, string scheme)

Parameters

text
Spannable whose text is to be marked-up with links
pattern
Regex pattern to be used for finding links
scheme
Url scheme string (eg http:// to be prepended to the url of links that do not have a scheme specified in the link text

Returns

Documentation for this section has not yet been entered.

Remarks

Applies a regex to a Spannable turning the matches into links.

[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