{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

IntentCallback

interface IntentCallback


Callback for monitoring Intents captured by android.app.Instrumentation.

Summary

Public functions

Unit
onIntentSent(intent: Intent!)

Called on main thread when an activity is started from the current instrumentation process by the given intent.

Public functions

onIntentSent

fun onIntentSent(intent: Intent!): Unit

Called on main thread when an activity is started from the current instrumentation process by the given intent.