NavigationView.SavedState

public class NavigationView.SavedState 


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

Summary

Constants

static final Creator<SavedState>

Public fields

Bundle

Public constructors

SavedState(Parcelable superState)
SavedState(Parcel in, ClassLoader loader)

Public methods

void
writeToParcel(Parcel dest, int flags)

Constants

CREATOR

public static final Creator<SavedState> CREATOR 

Public fields

public Bundle menuState 

Public constructors

SavedState

public SavedState(Parcelable superState)

SavedState

public SavedState(Parcel in, ClassLoader loader)

Public methods

writeToParcel

public void writeToParcel(Parcel dest, int flags)

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025年10月28日 UTC.