Android.Text.Util.Linkify: Method Members

The methods of Android.Text.Util.Linkify are listed below. For a list of all members, see the Linkify Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
AddLinks(Android.Text.ISpannable, MatchOptions) : bool
Scans the text of the provided Spannable and turns all occurrences of the link types indicated in the mask into clickable links.
static
AddLinks(Android.Widget.TextView, MatchOptions) : bool
Scans the text of the provided TextView and turns all occurrences of the link types indicated in the mask into clickable links.
static
AddLinks(Android.Text.ISpannable, Java.Util.Regex.Pattern, string) : bool
Applies a regex to a Spannable turning the matches into links.
static
AddLinks(Android.Widget.TextView, Java.Util.Regex.Pattern, string)
Applies a regex to the text of a TextView turning the matches into links.
static
AddLinks(Android.Text.ISpannable, Java.Util.Regex.Pattern, string, Linkify.IMatchFilter, Linkify.ITransformFilter) : bool
Applies a regex to a Spannable turning the matches into links.
static
AddLinks(Android.Widget.TextView, Java.Util.Regex.Pattern, string, Linkify.IMatchFilter, Linkify.ITransformFilter)
Applies a regex to the text of a TextView turning the matches into links.