SavedState
protected open class SavedState : AbsSavedState
kotlin.Any | ||
↳ | androidx.customview.view.AbsSavedState | |
↳ | androidx.coordinatorlayout.widget.CoordinatorLayout.SavedState |
Summary
Public constructors | |
---|---|
<init>(source: Parcel!, loader: ClassLoader!) |
|
<init>(superState: Parcelable!) |
Public methods | |
---|---|
open Unit |
writeToParcel(dest: Parcel!, flags: Int) |
Inherited functions | |
---|---|
Properties | |
---|---|
static Creator<CoordinatorLayout.SavedState!>! |
Inherited properties | |
---|---|
Public constructors
<init>
SavedState(
source: Parcel!,
loader: ClassLoader!)
<init>
SavedState(superState: Parcelable!)
Public methods
Properties
CREATOR
static val CREATOR: Creator<CoordinatorLayout.SavedState!>!