-
- All Implemented Interfaces:
-
android.os.Parcelable
public abstract class AbsSavedState implements Parcelable
A Parcelable implementation that should be used by inheritance hierarchies to ensure the state of all classes along the chain is saved.
-
-
Field Summary
Fields Modifier and Type Field Description public final static AbsSavedStateEMPTY_STATEpublic final static Parcelable.Creator<AbsSavedState>CREATOR
-
Method Summary
Modifier and Type Method Description final ParcelablegetSuperState()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
-
Method Detail
-
getSuperState
@Nullable() final Parcelable getSuperState()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-