//Android/br.com.arch.toolkit.android.recyclerAdapter.stickyheader/StickyHeaders/ViewSetup
[android]
interface ViewSetup
Interface for setting up and tearing down the sticky header view.
| Name | Summary |
|---|---|
| setupStickyHeaderView | [android] abstract fun setupStickyHeaderView(stickyHeader: ERROR CLASS: Symbol not found for View) Adjusts any necessary properties of the stickyHeader view when it becomes a sticky header. |
| teardownStickyHeaderView | [android] abstract fun teardownStickyHeaderView(stickyHeader: ERROR CLASS: Symbol not found for View) Reverts any changes made in setupStickyHeaderView. |