library / com.camerash.filterdrawer / ParentItem / ViewHolder / onChildSelect

onChildSelect

abstract fun onChildSelect(parent: ParentItem, childSet: Set<ChildItem>): Unit

Called when one of the ChildItem is selected

Parameters

parent - The ParentItem that bound with this ViewHolder

childSet - The currently selected set of ChildItem