LifecycleOwnerWrapper

The LifecycleOwnerWrapper is an abstraction that will allow LiveData to observe a Lifecycle before the LifecycleOwner is determined. Once the LifecycleOwner is set on the LifecycleOwnerWrapper all the LifecycleObserver in observers will be added to the delegate Lifecycle.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val lifecycle: Lifecycle

Functions

Link copied to clipboard
open override fun addObserver(observer: LifecycleObserver)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard