arch-android

//Android/br.com.arch.toolkit.android.recyclerAdapter/SimpleStickyAdapter/isStickyHeader

isStickyHeader

[android]
open override fun isStickyHeader(position: Int): Boolean

Checks if the item at the given position should be a sticky header.

Return

true if the item is a sticky header, false otherwise.

Parameters

android

   
position The adapter position of the item.