addItems

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

Adds multiple items to the end of the list.

리스트 끝에 여러 아이템을 추가합니다.

Parameters

items

The list of items to add.

추가할 아이템 목록입니다.

onResult

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

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