Start native apps faster with the Composables CLI ->
Object

ViewCompositionStrategy.DisposeOnViewTreeLifecycleDestroyed

ViewCompositionStrategy that disposes the composition when the LifecycleOwner returned by findViewTreeLifecycleOwner of the next window the view is attached to is [destroyed]Lifecycle.Event.ON_DESTROY.

Source set: Android
public object DisposeOnViewTreeLifecycleDestroyed : ViewCompositionStrategy

ViewCompositionStrategy that disposes the composition when the LifecycleOwner returned by findViewTreeLifecycleOwner of the next window the view is attached to is destroyed. This strategy is appropriate for Compose UI views that share a 1-1 relationship with their closest LifecycleOwner, such as a Fragment view.

Functions

installFor

Source set: Android
override fun installFor(view: AbstractComposeView): () -> Unit