Added in API level 24
Deprecated in API level 28

FragmentManagerNonConfig

open class FragmentManagerNonConfig
kotlin.Any
   ↳ android.app.FragmentManagerNonConfig

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#retainNonConfig() and android.app.FragmentController#restoreAllState(Parcelable,android.app.FragmentManagerNonConfig).

Summary