public static interface DialogInterface.OnDismissListener
Modifier and Type | Method and Description |
---|---|
void |
onDismiss(DialogInterface dialog)
This method will be invoked when the dialog is dismissed.
|
void onDismiss(DialogInterface dialog)
dialog
- The dialog that was dismissed will be passed into the
method.