sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
recyclerview
/
androidx.recyclerview.widget
/
RecyclerView
/
SavedState
Saved
State
@
RestrictTo
(
value
=
LIBRARY
)
open
class
SavedState
:
AbsSavedState
(
source
)
This is public so that the CREATOR can be accessed on cold launch.
Members
Properties
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
RecyclerView.SavedState
>
Functions
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)