public static interface MaterialDialog.ListCallbackSingleChoice
| Modifier and Type | Method and Description |
|---|---|
boolean |
onSelection(MaterialDialog dialog,
android.view.View itemView,
int which,
java.lang.CharSequence text)
Return true to allow the radio button to be checked, if the alwaysCallSingleChoice() option
is used.
|
boolean onSelection(MaterialDialog dialog, android.view.View itemView, int which, java.lang.CharSequence text)
dialog - The dialog of which a list item was selected.which - The index of the item that was selected.text - The text of the item that was selected.