public interface DialogInterface
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DialogInterface.OnCancelListener |
static interface |
DialogInterface.OnClickListener |
static interface |
DialogInterface.OnDismissListener |
static interface |
DialogInterface.OnKeyListener |
static interface |
DialogInterface.OnMultiChoiceClickListener |
static interface |
DialogInterface.OnShowListener |
| Modifier and Type | Field and Description |
|---|---|
static int |
BUTTON_NEGATIVE |
static int |
BUTTON_NEUTRAL |
static int |
BUTTON_POSITIVE |
static int |
BUTTON1
Deprecated.
|
static int |
BUTTON2
Deprecated.
|
static int |
BUTTON3
Deprecated.
|
static final int BUTTON_POSITIVE
static final int BUTTON_NEGATIVE
static final int BUTTON_NEUTRAL
@Deprecated static final int BUTTON1
@Deprecated static final int BUTTON2
@Deprecated static final int BUTTON3
Copyright © 2008-2013. All Rights Reserved.