idMatcher

fun idMatcher(@IdRes matchId: Int = View.NO_ID, matchName: String? = null, matchRule: MatchRule = MatchRule.Equals): TagMatcher

Creates a matcher to match a specific R.id exactly, or to match (possibly multiple) ID names by a given comparison rule.