onRemoved

abstract fun onRemoved(position: Int, count: Int)(source)

Called when count number of items are removed from the given position.

Parameters

position

The position of the item which has been removed.

count

The number of items which have been removed.