LifecycleOwnerComposeUIViewControllerDelegate

sealed interface LifecycleOwnerComposeUIViewControllerDelegate : ComposeUIViewControllerDelegate, LifecycleOwner(source)

Represents both a ComposeUIViewControllerDelegate and a LifecycleOwner.

Properties

Link copied to clipboard
abstract val lifecycle: Lifecycle

Functions

Link copied to clipboard
abstract fun onDestroy()
Link copied to clipboard
open fun viewDidAppear(animated: Boolean)
Link copied to clipboard
open fun viewDidDisappear(animated: Boolean)
Link copied to clipboard
open fun viewDidLoad()
Link copied to clipboard
open fun viewWillAppear(animated: Boolean)
Link copied to clipboard
open fun viewWillDisappear(animated: Boolean)