| java.lang.Object | |
| ↳ | android.support.test.internal.runner.intent.IntentMonitorImpl |
Monitors all outgoing Intents and signals intent to all registered Callbacks.
This intent monitor will be notified by MonitoringInstrumentation when a new activity was
started using startActivity(Intent).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Registers a intent callback which is notified if an outgoing intent was detected by
MonitoringInstrumentation.
| |||||||||||
Removes a previously added intent callback.
| |||||||||||
Signal an incoming
Intent to all registered IntentCallbacks.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.support.test.runner.intent.IntentMonitor
| |||||||||||
Registers a intent callback which is notified if an outgoing intent was detected by
MonitoringInstrumentation.
Removes a previously added intent callback.
Signal an incoming Intent to all registered IntentCallbacks.
The callback is invoked with with a full copy of the intent.
| intent | the intent to signal |
|---|