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
static | AddLinks(Android.Text.ISpannable, MatchOptions)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)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)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)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. | |