addItemsAt

open override fun addItemsAt(position: Int, items: List<ITEM>, onResult: (ListAdapterResult) -> Unit?)

Inserts multiple items at a specific position.

지정한 위치에 여러 아이템을 삽입합니다.

Parameters

position

The position to insert items at.

아이템들을 삽입할 위치입니다.

items

The list of items to insert.

삽입할 아이템 목록입니다.

onResult

Callback invoked when the queue operation reaches terminal state (nullable).

큐 연산이 종료 상태에 도달하면 호출되는 결과 콜백입니다(null 가능).