RecyclerSwipeItemHandler

data class RecyclerSwipeItemHandler(var drawableLeft: Int? = null, var drawLeftBackground: Boolean = false, var leftBackgroundColor: Int? = null, var drawableRight: Int? = null, var drawRightBackground: Boolean = false, var rightBackgroundColor: Int? = null, var swipeDirection: RecyclerSwipeItemHandler.SwipeDirs = SwipeDirs.BOTH)

Constructors

Link copied to clipboard
constructor(drawableLeft: Int? = null, drawLeftBackground: Boolean = false, leftBackgroundColor: Int? = null, drawableRight: Int? = null, drawRightBackground: Boolean = false, rightBackgroundColor: Int? = null, swipeDirection: RecyclerSwipeItemHandler.SwipeDirs = SwipeDirs.BOTH)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun invoke(recyclerSwipeItemHandler: RecyclerSwipeItemHandler.() -> Unit)