public interface DialogInterface
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
id of the natural buttonstatic final int
id of the negative buttonstatic final int
id of the positive button
-
Field Details
-
POSITIVE_BUTTON
static final int POSITIVE_BUTTONid of the positive button- See Also:
-
NEGATIVE_BUTTON
static final int NEGATIVE_BUTTONid of the negative button- See Also:
-
NATURAL_BUTTON
static final int NATURAL_BUTTONid of the natural button- See Also:
-