{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

Fragment.SavedState

class Fragment.SavedState : Parcelable


State information that has been retrieved from a fragment instance through FragmentManager.saveFragmentInstanceState.

Summary

Constants

const Parcelable.Creator<Fragment.SavedState!>

Public constructors

Public functions

Int
Unit
writeToParcel(dest: Parcel, flags: Int)

Inherited Constants

From android.os.Parcelable

Inherited functions

From android.os.Parcelable

Constants

CREATOR

const val CREATORParcelable.Creator<Fragment.SavedState!>

Public constructors

SavedState

SavedState()

Public functions

describeContents

fun describeContents(): Int

writeToParcel

fun writeToParcel(dest: Parcel, flags: Int): Unit