android.content.DialogInterface |
Known Indirect Subclasses |
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 an item on the dialog is clicked.. | |||||||||
|
DialogInterface.OnDismissListener | Interface used to allow the creator of a dialog to run some code when the dialog is dismissed. | |||||||||
|
DialogInterface.OnKeyListener | Interface definition for a callback to be invoked when a key event is dispatched to this dialog. | |||||||||
|
DialogInterface.OnMultiChoiceClickListener | Interface used to allow the creator of a dialog to run some code when an item in a multi-choice dialog is clicked. | |||||||||
|
DialogInterface.OnShowListener | Interface used to allow the creator of a dialog to run some code when the dialog is shown. |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | BUTTON1 |
This constant was deprecated
in API level 3.
Use
BUTTON_POSITIVE
|
|||||||||
int | BUTTON2 |
This constant was deprecated
in API level 3.
Use
BUTTON_NEGATIVE
|
|||||||||
int | BUTTON3 |
This constant was deprecated
in API level 3.
Use
BUTTON_NEUTRAL
|
|||||||||
int | BUTTON_NEGATIVE | The identifier for the negative button. | |||||||||
int | BUTTON_NEUTRAL | The identifier for the neutral button. | |||||||||
int | BUTTON_POSITIVE | The identifier for the positive button. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
||||||||||
|
|
The identifier for the negative button.
The identifier for the neutral button.
The identifier for the positive button.