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

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

From class java.lang.Object
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