SavedState
open class SavedState : Parcelable
State information that has been retrieved from a fragment instance through FragmentManager.saveFragmentInstanceState
.
Summary
Public methods
describeContents
open fun describeContents(): Int
writeToParcel
open fun writeToParcel(
@NonNull dest: Parcel,
flags: Int
): Unit
Properties
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-07-22 UTC.