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.
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.