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

IdlingResource.ResourceCallback

interface IdlingResource.ResourceCallback


Registered by an IdlingResource to notify Espresso of a transition to idle.

Summary

Public functions

Unit

Called when the resource goes from busy to idle.

Public functions

onTransitionToIdle

fun onTransitionToIdle(): Unit

Called when the resource goes from busy to idle.