recycler-view-divider / com.fondesa.recyclerviewdivider.visibility / VisibilityProvider / isDividerVisible

isDividerVisible

abstract fun isDividerVisible(grid: Grid, divider: Divider): Boolean

Gets the divider's visibility.

Parameters

grid - the Grid in which the divider is shown.

divider - the Divider which should be visible or not.

Return
true if the divider should be visible, false otherwise.