//Android/br.com.arch.toolkit.android.recyclerAdapter.stickyheader/StickyHeaders
interface StickyHeaders
Interface to be implemented by androidx.recyclerview.widget.RecyclerView.Adapter to support sticky headers.
| Â |
|---|
| BaseRecyclerAdapter |
| Name | Summary |
|---|---|
| ViewSetup | [android] interface ViewSetup Interface for setting up and tearing down the sticky header view. |
| Name | Summary |
|---|---|
| isStickyHeader | [android] abstract fun isStickyHeader(position: Int): Boolean Checks if the item at the given position should be a sticky header. |