Interface

ComposeRootRegistry.OnRegistrationChangedListener

Interface to be implemented by components that want to be notified when an ViewRootForTest registers or unregisters at this registry.

Source set: Android
interface OnRegistrationChangedListener

Interface to be implemented by components that want to be notified when an ViewRootForTest registers or unregisters at this registry.

Functions

onRegistrationChanged

fun onRegistrationChanged(composeRoot: ViewRootForTest, registered: Boolean)

Last updated: