Fragment.SavedState

class Fragment.SavedState : Parcelable


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

Summary

Public functions

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

Constants

CREATOR

Added in 1.1.0
const val CREATORParcelable.Creator<Fragment.SavedState!>

Public functions

describeContents

Added in 1.1.0
fun describeContents(): Int

writeToParcel

Added in 1.1.0
fun writeToParcel(dest: Parcel, flags: Int): Unit