Language

FragmentController.RetainNonConfig Method

Definition

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.

Applies to