Example usage for Java android.text.util Linkify fields, constructors, methods, implement or subclass
The text is from its open source code.
int | WEB_URLS Bit field indicating that web URLs should be matched in methods that take an options mask |
int | EMAIL_ADDRESSES Bit field indicating that email addresses should be matched in methods that take an options mask |
int | PHONE_NUMBERS Bit field indicating that phone numbers should be matched in methods that take an options mask |
int | MAP_ADDRESSES Bit field indicating that street addresses should be matched in methods that take an options mask. |
int | ALL Bit mask indicating that all available patterns should be matched in methods that take an options mask Note: #MAP_ADDRESSES is deprecated. |
MatchFilter | sUrlMatchFilter Filters out web URL matches that occur after an at-sign (@). |