SeslOnMultiSelectedListener

Interface definition for a callback to be invoked when a multi-selection event occurs using either a stylus or mouse input.

Functions

Link copied to clipboard
abstract fun onMultiSelected(@NonNull view: RecyclerView, @NonNull child: View, position: Int, id: Long)
Link copied to clipboard
abstract fun onMultiSelectStart(startX: Int, startY: Int)
Called when the selection has been started using a stylus or mouse input.
Link copied to clipboard
abstract fun onMultiSelectStop(endX: Int, endY: Int)
Called when the selection by stylus or mouse input has ended.