teardownStickyHeaderView

open fun teardownStickyHeaderView(@NotNull() stickyHeader: View)

Optional callback to perform tear down operation on thesticky view, by default it doesn't do anything.

The sub-classes should override the function if they areusing sticky header feature.