setItems

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

Sets the item list.
아이템 리스트를 설정합니다.
Cancels all pending queue operations and replaces with the new list.

대기 중인 큐 연산을 취소하고 새 리스트로 교체합니다.

Parameters

items

The item list to set.

설정할 아이템 리스트입니다.

onResult

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

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