//Android/br.com.arch.toolkit.android.recyclerAdapter/BaseRecyclerAdapter/isStickyHeader
[android]
open override fun isStickyHeader(position: Int): Boolean
Checks if the item at the given position should be a sticky header.
true if the item is a sticky header, false otherwise.
android
| Â | Â |
|---|---|
| position | The adapter position of the item. |