Android.Text.Util.Linkify Members

The members of Android.Text.Util.Linkify are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
SPhoneNumberMatchFilterLinkify.IMatchFilter. Filters out URL matches that don't have enough digits to be a phone number.
[read-only]
static
SPhoneNumberTransformFilterLinkify.ITransformFilter. Transforms matched phone number text into something suitable to be used in a tel: URL.
[read-only]
static
SUrlMatchFilterLinkify.IMatchFilter. Filters out web URL matches that occur after an at-sign (@).

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.