onInserted

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

Called when count number of items are inserted at the given position.

Parameters

position

The position of the new item.

count

The number of items that have been added.