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