add Interface
Add class implements interface matcher.
----------------添加类实现接口的匹配器。
addInterface(ClassMatcher().className("android.view.View"))
Content copied to clipboard
Return
Parameters
interface Matcher
interfaces matcher / 接口匹配器
fun addInterface(className: String, matchType: StringMatchType = StringMatchType.Equals, ignoreCase: Boolean = false): ClassMatcher
Add class implements interface name matcher.
----------------添加类实现接口的名的匹配器。
addInterface("android.view.View", StringMatchType.Equals, false)
Content copied to clipboard
Return
Parameters
class Name
interface class name / 接口类名
match Type
string match type / 字符串匹配类型
ignore Case
ignore case / 忽略大小写