Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 2.23 KB

File metadata and controls

23 lines (16 loc) · 2.23 KB

kakao / com.agoda.kakao.intent / ComponentNameBuilder

ComponentNameBuilder

class ComponentNameBuilder

Class for building ComponentName matchers

Constructors

Name Summary
<init> ComponentNameBuilder()
Class for building ComponentName matchers

Functions

Name Summary
getMatcher fun getMatcher(): Matcher<ComponentName>
hasClassName fun hasClassName(className: String): Unit
fun hasClassName(className: Matcher<String>): Unit
Matches component name with given class
hasMyPackageName fun hasMyPackageName(): Unit
Matches component name if it's package name the same as your app's
hasPackageName fun hasPackageName(packageName: String): Unit
fun hasPackageName(packageName: Matcher<String>): Unit
Matches component name with given package
hasShortClassName fun hasShortClassName(className: String): Unit
fun hasShortClassName(className: Matcher<String>): Unit
Matches component name with given short class name