LifecycleOwnerComposeUIViewControllerDelegate

sealed interface LifecycleOwnerComposeUIViewControllerDelegate : ComposeUIViewControllerDelegate, LifecycleOwner(source)

Represents both a ComposeUIViewControllerDelegate and a LifecycleOwner.

Properties

Link copied to clipboard
abstract val lifecycle: Lifecycle
Link copied to clipboard
open val preferredStatusBarStyle: UIStatusBarStyle?
Link copied to clipboard
open val preferredStatysBarAnimation: UIStatusBarAnimation?
Link copied to clipboard

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)