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