epoxy-adapter / com.airbnb.epoxy.stickyheader / StickyHeaderLinearLayoutManager / SavedState

SavedState

data class SavedState : Parcelable

Save / restore existing RecyclerView state and scrolling position and offset.

Constructors

<init>

SavedState(superState: Parcelable?, scrollPosition: Int, scrollOffset: Int)

Save / restore existing RecyclerView state and scrolling position and offset.

Properties

scrollOffset

val scrollOffset: Int

scrollPosition

val scrollPosition: Int

superState

val superState: Parcelable?