Saved State
data class SavedState(superState: Parcelable?, scrollPosition: Int, scrollOffset: Int) : Parcelable
Content copied to clipboard
Save / restore existing RecyclerView state and scrolling position and offset.
Constructors
SavedState
Link copied to clipboard
fun SavedState(superState: Parcelable?, scrollPosition: Int, scrollOffset: Int)
Content copied to clipboard
Functions
Properties
scrollOffset
Link copied to clipboard
scrollPosition
Link copied to clipboard
superState
Link copied to clipboard