{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
interface IdlingResource.ResourceCallback
Registered by an IdlingResource to notify Espresso of a transition to idle.
Public methods |
|
|---|---|
abstract void |
Called when the resource goes from busy to idle. |
abstract void onTransitionToIdle()
Called when the resource goes from busy to idle.