public static interface MaterialDialog.ListCallbackMultiChoice
| Modifier and Type | Method and Description |
|---|---|
boolean |
onSelection(MaterialDialog dialog,
java.lang.Integer[] which,
java.lang.CharSequence[] text)
Return true to allow the check box to be checked, if the alwaysCallSingleChoice() option is
used.
|
boolean onSelection(MaterialDialog dialog, java.lang.Integer[] which, java.lang.CharSequence[] text)
dialog - The dialog of which a list item was selected.which - The indices of the items that were selected.text - The text of the items that were selected.