public interface DialogInterface
Modifier and Type | Interface and Description |
---|---|
static interface |
DialogInterface.OnCancelListener
Interface used to allow the creator of a dialog to run some code when the
dialog is canceled.
|
static interface |
DialogInterface.OnClickListener
Interface used to allow the creator of a dialog to run some code when an
item on the dialog is clicked..
|
static interface |
DialogInterface.OnDismissListener
Interface used to allow the creator of a dialog to run some code when the
dialog is dismissed.
|
static interface |
DialogInterface.OnKeyListener
Interface definition for a callback to be invoked when a key event is
dispatched to this dialog.
|
static interface |
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.
|
static interface |
DialogInterface.OnShowListener
Interface used to allow the creator of a dialog to run some code when the
dialog is shown.
|
Modifier and Type | Field and Description |
---|---|
static int |
BUTTON_NEGATIVE
The identifier for the negative button.
|
static int |
BUTTON_NEUTRAL
The identifier for the neutral button.
|
static int |
BUTTON_POSITIVE
The identifier for the positive button.
|
static int |
BUTTON1
Deprecated.
Use
BUTTON_POSITIVE |
static int |
BUTTON2
Deprecated.
Use
BUTTON_NEGATIVE |
static int |
BUTTON3
Deprecated.
Use
BUTTON_NEUTRAL |
static final int BUTTON_POSITIVE
static final int BUTTON_NEGATIVE
static final int BUTTON_NEUTRAL
@Deprecated static final int BUTTON1
BUTTON_POSITIVE
@Deprecated static final int BUTTON2
BUTTON_NEGATIVE
@Deprecated static final int BUTTON3
BUTTON_NEUTRAL