updateItemAt

fun updateItemAt(position: Int, component: Component)

See updateItemAt.


fun updateItemAt(position: Int, renderInfo: RenderInfo)

Updates the item at position. The RecyclerView gets notified immediately about the item being updated. If the item's position falls within the currently visible range, the layout is immediately computed on the UiThread.