Android
class ViewTreeOwners(
/** The [LifecycleOwner] associated with this owner. */
val lifecycleOwner: LifecycleOwner,
/** The [SavedStateRegistryOwner] associated with this owner. */
val savedStateRegistryOwner: SavedStateRegistryOwner,
/** The [ViewModelStoreOwner] associated with this owner. */
val viewModelStoreOwner: ViewModelStoreOwner?,
)
Combines objects populated via ViewTree*Owner