added in version 22.1.0
belongs to Maven artifact com.android.support:support-fragment:28.0.0-alpha1
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 |
---|
![]()
android.os.Parcelable
|
Fields | |
---|---|
public
static
final
Creator<Fragment.SavedState> |
CREATOR
|
Public methods | |
---|---|
int
|
describeContents()
|
void
|
writeToParcel(Parcel dest, int flags)
|
Inherited methods | |
---|---|
![]()
java.lang.Object
| |
![]()
android.os.Parcelable
|
Fields
Public methods
writeToParcel
added in version 22.1.0
void writeToParcel (Parcel dest, int flags)
Parameters | |
---|---|
dest |
Parcel |
flags |
int |