setup
With
inline fun <model : Any> RecyclerView.setupWith(configuration: RecyclerViewDeclaration<model>): DevRecyclerViewAdapter<model>
Content copied to clipboard
Method to configure RecyclerView
Author
Jimly A.
Since
06-Oct-21
Return
instance of DevRecyclerViewAdapter
Parameters
model
object the ViewModel will configured with
configuration
configuration for the RecyclerView