insertRangeAt

fun insertRangeAt(position: Int, renderInfos: List<RenderInfo>)

Inserts the new items starting from position. The RecyclerView gets notified immediately about the new item being inserted. The RenderInfo contains the component that will be inserted in the Binder and extra info like isSticky or spanCount.