interface VisibilityManagerUsed to specify a custom logic to use different visibility for each divider. You can add a custom VisibilityManager in your RecyclerViewDivider.Builder using the RecyclerViewDivider.Builder.visibilityManager method.
enum class
Identifies the visibility of the dividers. |
abstract fun
Defines a visibility for each group of dividers. |
abstract class
Defines a VisibilityManager which doesn't depend on the item's position. |
|
class
Default implementation of VisibilityManager that will show all dividers excluding the one after the last group. |