BaseSavedState
open class BaseSavedState : AbsSavedState
kotlin.Any | ||
↳ | android.view.AbsSavedState | |
↳ | androidx.preference.Preference.BaseSavedState |
A base class for managing the instance state of a Preference
.
Summary
Public constructors |
|
---|---|
<init>(superState: Parcelable!) |
Properties |
|
---|---|
static Creator<Preference.BaseSavedState!>! |
Public constructors
<init>
BaseSavedState(source: Parcel!)
<init>
BaseSavedState(superState: Parcelable!)
Properties
CREATOR
static val CREATOR: Creator<Preference.BaseSavedState!>!