epoxy-adapter / com.airbnb.epoxy.stickyheader / StickyHeaderCallbacks / setupStickyHeaderView

setupStickyHeaderView

open fun setupStickyHeaderView(stickyHeader: View): Unit

Callback to adjusts any necessary properties of the stickyHeader view that is being used as a sticky, eg. elevation. Default behaviour is no-op.

teardownStickyHeaderView will be called sometime after this method and before any other calls to this method go through.