The members of Android.Text.Util.Linkify are listed below.
See Also: Inherited members from Java.Lang.Object
Linkify() |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [read-only] static | SPhoneNumberMatchFilter | Linkify.IMatchFilter. Filters out URL matches that don't have enough digits to be a phone number. |
| [read-only] static | SPhoneNumberTransformFilter | Linkify.ITransformFilter. Transforms matched phone number text into something suitable to be used in a tel: URL. |
| [read-only] static | SUrlMatchFilter | Linkify.IMatchFilter. Filters out web URL matches that occur after an at-sign (@). |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. | |