CompositionObserverHandle
-
Cmn
@ExperimentalComposeRuntimeApi
interface CompositionObserverHandle
The handle returned by Composition.observe
and RecomposeScope.observe
. Calling dispose
will prevent further composition observation events from being sent to the registered observer.