Added in API level 1
Deprecated in API level 29

BaseSavedState


open class BaseSavedState : AbsSavedState

A base class for managing the instance state of a Preference.

Summary

Inherited constants
Int CONTENTS_FILE_DESCRIPTOR

Descriptor bit used with describeContents(): indicates that the Parcelable object's flattened representation includes a file descriptor.

Int PARCELABLE_WRITE_RETURN_VALUE

Flag for use with writeToParcel: the object being written is a return value, that is the result of a function such as "Parcelable someFunction()", "void someFunction(out Parcelable)", or "void someFunction(inout Parcelable)". Some implementations may want to release resources at this point.

Public constructors

BaseSavedState(superState: Parcelable!)

Inherited functions
Inherited properties

Public constructors

BaseSavedState

Added in API level 1
BaseSavedState(source: Parcel!)

BaseSavedState

Added in API level 1
BaseSavedState(superState: Parcelable!)

Properties

CREATOR

Added in API level 1
static val CREATOR: Parcelable.Creator<Preference.BaseSavedState!>

Deprecated: Deprecated in Java.