public static interface Rule.Filter
Modifier and Type | Method and Description |
---|---|
boolean |
isRuleApplicable(A11yNodeInfo nodeInfo)
Return true from this method of the rule is applicable to the given accessibility node.
|
boolean isRuleApplicable(A11yNodeInfo nodeInfo)
nodeInfo
- The node.