The Wayback Machine - https://web.archive.org/web/20190824091646/https://developer.android.google.cn/reference/android/support/v4/app/Fragment.SavedState.html
added in version 22.1.0
belongs to Maven artifact com.android.support:support-fragment:28.0.0-alpha1

Fragment.SavedState

public static class Fragment.SavedState
extends Object implements Parcelable

java.lang.Object
   ↳ android.support.v4.app.Fragment.SavedState


State information that has been retrieved from a fragment instance through FragmentManager.saveFragmentInstanceState.

Summary

Inherited constants

Image From interface android.os.Parcelable

Fields

public static final Creator<Fragment.SavedState> CREATOR

Public methods

int describeContents()
void writeToParcel(Parcel dest, int flags)

Inherited methods

Image From class java.lang.Object
Image From interface android.os.Parcelable

Fields

CREATOR

added in version 22.1.0
Creator<Fragment.SavedState> CREATOR

Public methods

describeContents

added in version 22.1.0
int describeContents ()

Returns
int

writeToParcel

added in version 22.1.0
void writeToParcel (Parcel dest, 
                int flags)

Parameters
dest Parcel

flags int