<div class='sourceset sourceset-android'>Android</div>

```kotlin
interface OnRegistrationChangedListener
```

Interface to be implemented by components that want to be notified when an [ViewRootForTest](/jetpack-compose/androidx.compose.ui/ui/interfaces/ViewRootForTest)
registers or unregisters at this registry.

## Functions

<h2 id="onregistrationchanged-composeroot-registered">onRegistrationChanged</h2>

```kotlin
fun onRegistrationChanged(composeRoot: ViewRootForTest, registered: Boolean)
```