RecomposeScopeObserver



Observer when a recompose scope is being recomposed or when the scope is disposed.

Summary

Public functions

Unit

Called just before the recompose scope's recompose lambda is invoked.

Cmn
Unit

Called just after the recompose scopes' recompose lambda returns.

Cmn
Unit

Called when the recompose scope is disposed.

Cmn

Public functions

onBeginScopeComposition

fun onBeginScopeComposition(scope: RecomposeScope): Unit

Called just before the recompose scope's recompose lambda is invoked.

onEndScopeComposition

fun onEndScopeComposition(scope: RecomposeScope): Unit

Called just after the recompose scopes' recompose lambda returns.

onScopeDisposed

fun onScopeDisposed(scope: RecomposeScope): Unit

Called when the recompose scope is disposed.