public interface OnCheckChildClickListener
CheckableChildViewHolder
has been clicked.| Modifier and Type | Method and Description |
|---|---|
void |
onCheckChildCLick(android.view.View v,
boolean checked,
CheckedExpandableGroup group,
int childIndex)
Callback method to be invoked when a child in the
CheckableChildRecyclerViewAdapter
has been clicked. |
void onCheckChildCLick(android.view.View v,
boolean checked,
CheckedExpandableGroup group,
int childIndex)
CheckableChildRecyclerViewAdapter
has been clicked.checked - the current check state of the childv - The view within the RecyclerView that was clickedgroup - The CheckedExpandableGroup that contains the child that was clickedchildIndex - The child position within the CheckedExpandableGroup