FragmentManagerNonConfig
public
class
FragmentManagerNonConfig
extends Object
java.lang.Object | |
↳ | androidx.fragment.app.FragmentManagerNonConfig |
This class is deprecated.
Have your FragmentHostCallback
implement
ViewModelStoreOwner
to automatically retain the Fragment's
non configuration state.
FragmentManagerNonConfig stores the retained instance fragments across activity recreation events.
Apps should treat objects of this type as opaque, returned by
and passed to the state save and restore process for fragments in
FragmentController.retainNestedNonConfig()
and
FragmentController.restoreAllState(Parcelable, FragmentManagerNonConfig)
.
Summary
Inherited methods | |
---|---|