public static interface Linkify.MatchFilter
Modifier and Type | Method and Description |
---|---|
boolean |
acceptMatch(CharSequence s,
int start,
int end)
Examines the character span matched by the pattern and determines
if the match should be turned into an actionable link.
|
boolean acceptMatch(CharSequence s, int start, int end)
s
- The body of text against which the pattern
was matchedstart
- The index of the first character in s that was
matched by the pattern - inclusiveend
- The index of the last character in s that was
matched - exclusive