library / com.camerash.filterdrawer / DrawerBuilder / withItems

withItems

fun withItems(items: Collection<Parent>): DrawerBuilder<Parent, Child>

Set the filter items

Parameters

items - The items to be set to FilterDrawer

Return
this