SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.navigation
/
NavigationView
/
SavedState
Saved
State
open
class
SavedState
:
AbsSavedState
User interface state that is stored by NavigationView for implementing onSaveInstanceState().
Members
Constructors
Saved
State
Link copied to clipboard
constructor
(
@
NonNull
in
:
Parcel
,
@
Nullable
loader
:
ClassLoader
)
constructor
(
superState
:
Parcelable
)
Properties
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
NavigationView.SavedState
>
menu
State
Link copied to clipboard
@
Nullable
open
var
menuState
:
Bundle
Functions
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
@
NonNull
dest
:
Parcel
,
flags
:
Int
)