-
- 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 AbsSavedState
EMPTY_STATE
public final static Parcelable.Creator<AbsSavedState>
CREATOR
-
Method Summary
Modifier and Type Method Description final Parcelable
getSuperState()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
-
-
Method Detail
-
getSuperState
@Nullable() final Parcelable getSuperState()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-