RecyclerViewUtilsActionMode

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun deleteValueAtPosition(adapterPosition: Int)
Link copied to clipboard
fun finish(adapter: RecyclerView.Adapter<*>, context: Context)
fun finish(adapter: RecyclerView.Adapter<*>, context: Context, showSupportBar: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getValueForPosition(adapterPosition: Int): Boolean
Link copied to clipboard
fun insertValueAtPosition(adapterPosition: Int, value: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setupActionMode(context: Context, menuID: Int, startingPosition: Int, adapter: RecyclerView.Adapter<*>): ActionMode?