{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
interface IntentCallback
Callback for monitoring Intents captured by android.app.Instrumentation.
Public methods |
|
|---|---|
abstract @NonNull void |
onIntentSent(@NonNull Intent intent)Called on main thread when an activity is started from the current instrumentation process by the given intent. |
@NonNull
public abstract void onIntentSent(@NonNull Intent intent)
Called on main thread when an activity is started from the current instrumentation process by the given intent.