addItem

abstract fun addItem(item: ITEM, onResult: (RESULT) -> Unit? = null)

Appends a single item and reports the terminal result.

단일 아이템을 추가하고 종료 결과를 전달합니다.