mount

open fun mount(view: RecyclerView)

Call from the owning Component's onMount. This is where the adapter is assigned to the RecyclerView.

Parameters

view

the RecyclerView being mounted.