| Interface | Description |
|---|---|
| MaterialDialog.InputCallback | |
| MaterialDialog.ListCallback |
A callback used for regular list dialogs.
|
| MaterialDialog.ListCallbackMultiChoice |
A callback used for multi choice (check box) list dialogs.
|
| MaterialDialog.ListCallbackSingleChoice |
A callback used for multi choice (check box) list dialogs.
|
| MaterialDialog.ListLongCallback |
A callback used for regular list dialogs.
|
| MaterialDialog.SingleButtonCallback |
An alternate way to define a single callback.
|
| Class | Description |
|---|---|
| MaterialDialog | |
| MaterialDialog.Builder |
The class used to construct a MaterialDialog.
|
| MaterialDialog.ButtonCallback | Deprecated
Use the individual onPositive, onNegative, onNeutral, or onAny Builder methods
instead.
|
| Enum | Description |
|---|---|
| DialogAction | |
| GravityEnum | |
| StackingBehavior | |
| Theme |