Android APIs
public static class

NavigationView.SavedState

extends View.BaseSavedState
java.lang.Object
   ↳ android.view.AbsSavedState
     ↳ android.view.View.BaseSavedState
       ↳ android.support.design.widget.NavigationView.SavedState

Class Overview

User interface state that is stored by NavigationView for implementing onSaveInstanceState().

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<NavigationView.SavedState> CREATOR
public Bundle menuState
[Expand]
Inherited Fields
From class android.view.View.BaseSavedState
From class android.view.AbsSavedState
Public Constructors
NavigationView.SavedState(Parcel in)
NavigationView.SavedState(Parcelable superState)
Public Methods
void writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
[Expand]
Inherited Methods
From class android.view.View.BaseSavedState
From class android.view.AbsSavedState
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<NavigationView.SavedState> CREATOR

public Bundle menuState

Public Constructors

public NavigationView.SavedState (Parcel in)

public NavigationView.SavedState (Parcelable superState)

Public Methods

public void writeToParcel (Parcel dest, int flags)

Flatten this object in to a Parcel.

Parameters
dest The Parcel in which the object should be written.
flags Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE.