Package-level declarations

Types

Link copied to clipboard

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.