java.lang.Object | |
↳ | android.support.test.runner.intent.IntentMonitorRegistry |
Exposes an implementation of IntentMonitor
to users.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the IntentMonitor.
| |||||||||||
Stores the given
IntentMonitor instance in the registry.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Returns the IntentMonitor. This monitor is not guaranteed to be present under all' instrumentations.
IllegalStateException | if no monitor has been registered. |
---|
Stores the given IntentMonitor
instance in the registry. Passing null removes the
monitor from the registry.