addItemAt

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

Inserts an item at position and reports the terminal result.

지정 위치에 아이템을 삽입하고 종료 결과를 전달합니다.