data class SavedState : Parcelable
Save / restore existing RecyclerView state and scrolling position and offset.
SavedState(superState: Parcelable?, scrollPosition: Int, scrollOffset: Int)
Save / restore existing RecyclerView state and scrolling position and offset. |
val scrollOffset: Int |
|
val scrollPosition: Int |
|
val superState: Parcelable? |