AbsSavedState

abstract class AbsSavedState : Parcelable(source)

A Parcelable implementation that should be used by inheritance hierarchies to ensure the state of all classes along the chain is saved.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
@Nullable
fun getSuperState(): @Nullable Parcelable
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)