Interface ViewModelStoreOwner

All Known Implementing Classes:
Fragment, TestFragment, TestFragment.FragmentA, TestFragment.FragmentB

public interface ViewModelStoreOwner
A scope that owns ViewModelStore.

A responsibility of an implementation of this interface is to retain owned ViewModelStore during the configuration changes and call ViewModelStore.clear(), when this scope is going to be destroyed.