FragmentController.RetainNonConfig Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Returns a list of Fragments that have opted to retain their instance across configuration changes.
[Android.Runtime.Register("retainNonConfig", "()Ljava/util/List;", "GetRetainNonConfigHandler", ApiSince=23)]
[System.Obsolete("deprecated")]
public virtual System.Collections.Generic.IList<Android.App.Fragment>? RetainNonConfig();
[<Android.Runtime.Register("retainNonConfig", "()Ljava/util/List;", "GetRetainNonConfigHandler", ApiSince=23)>]
[<System.Obsolete("deprecated")>]
abstract member RetainNonConfig : unit -> System.Collections.Generic.IList<Android.App.Fragment>
override this.RetainNonConfig : unit -> System.Collections.Generic.IList<Android.App.Fragment>
Returns
- Attributes
Remarks
This method was deprecated in API level 24. use retainNestedNonConfig() to also track retained nested child fragments
Returns a list of Fragments that have opted to retain their instance across configuration changes.
Android reference for android.app.FragmentController.retainNonConfig.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.