SeslLongPressMultiSelectionListener
Interface definition for a callback to be invoked when a long-press multi selection events.
See also
Functions
Link copied to clipboard
abstract fun onItemSelected(@NonNull view: RecyclerView, @NonNull child: View, position: Int, id: Long)
Callback method to be invoked when an item in this view has been selected.
Link copied to clipboard
Called when a long-press multi-selection gesture has ended.
Link copied to clipboard
Called when the long-press multi selection has been started by a long press.