SavedState
protected open class SavedState : AbsSavedState
kotlin.Any | ||
↳ | androidx.customview.view.AbsSavedState | |
↳ | androidx.drawerlayout.widget.DrawerLayout.SavedState |
State persisted across instances
Summary
Public constructors | |
---|---|
<init>(@NonNull in: Parcel, @Nullable loader: ClassLoader?) |
|
<init>(@NonNull superState: Parcelable) |
Public methods | |
---|---|
open Unit |
writeToParcel(dest: Parcel!, flags: Int) |
Inherited functions | |
---|---|
Properties | |
---|---|
static Creator<DrawerLayout.SavedState!>! |
Inherited properties | |
---|---|
Public constructors
<init>
SavedState(
@NonNull in: Parcel,
@Nullable loader: ClassLoader?)
<init>
SavedState(@NonNull superState: Parcelable)
Public methods
Properties
CREATOR
static val CREATOR: Creator<DrawerLayout.SavedState!>!