public interface DialogInterface
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intid of the natural buttonstatic final intid of the negative buttonstatic final intid 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:
-