appendItem

fun appendItem(component: Component)

See appendItem.


fun appendItem(renderInfo: RenderInfo)

Inserts a new item at tail. The RecyclerView gets notified immediately about the new item being inserted. If the item's position falls within the currently visible range, the layout is immediately computed on the] UiThread. The RenderInfo contains the component that will be inserted in the Binder and extra info like isSticky or spanCount.