FragmentController.SaveAllState 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.
Saves the state for all Fragments.
[Android.Runtime.Register("saveAllState", "()Landroid/os/Parcelable;", "GetSaveAllStateHandler", ApiSince=23)]
public virtual Android.OS.IParcelable? SaveAllState ();
[<Android.Runtime.Register("saveAllState", "()Landroid/os/Parcelable;", "GetSaveAllStateHandler", ApiSince=23)>]
abstract member SaveAllState : unit -> Android.OS.IParcelable
override this.SaveAllState : unit -> Android.OS.IParcelable
Returns
- Attributes
Remarks
Saves the state for all Fragments.
Java documentation for android.app.FragmentController.saveAllState()
.
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.