| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Returns the IntentMonitor. This monitor is not guaranteed to be present under all' instrumentations.
| Returns | |
|---|---|
IntentMonitor |
|
| Throws | |
|---|---|
IllegalStateException |
if no monitor has been registered. |
Stores the given IntentMonitor instance in the registry. Passing null removes the
monitor from the registry.
| Parameters | |
|---|---|
monitor |
IntentMonitor |