FragmentController.RetainNonConfig Method

Definition

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)]
public virtual System.Collections.Generic.IList<Android.App.Fragment>? RetainNonConfig ();
[<Android.Runtime.Register("retainNonConfig", "()Ljava/util/List;", "GetRetainNonConfigHandler", ApiSince=23)>]
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

Returns a list of Fragments that have opted to retain their instance across configuration changes.

This member is deprecated. use #retainNestedNonConfig() to also track retained nested child fragments

Java documentation 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