arch-android

//Android/br.com.arch.toolkit.android.recyclerAdapter/BaseRecyclerAdapter/setList

setList

[android]
open fun setList(newList: List<MODEL>)

Updates the list of items displayed by the adapter.

Parameters

android

   
newList The new list of items.