| android.content.DialogInterface |
Nested Classes| DialogInterface.OnCancelListener | Interface used to allow the creator of a dialog to run some code when the dialog is canceled. |
| DialogInterface.OnClickListener | Interface used to allow the creator of a dialog to run some code when the dialog is canceled. |
Known Indirect Subclasses| Value | ||||
|---|---|---|---|---|
| int | BUTTON1 | -1 | 0xffffffff | |
| int | BUTTON2 | -2 | 0xfffffffe | |
| int | BUTTON3 | -3 | 0xfffffffd |
| void | cancel() | ||||
| void | dismiss() |