Most visited

Recently visited

Added in API level 8

DialogInterface.OnShowListener

public static interface DialogInterface.OnShowListener

android.content.DialogInterface.OnShowListener


用于允许对话框的创建者在显示对话框时运行一些代码的界面。

Summary

Public methods

abstract void onShow(DialogInterface dialog)

显示对话框时将调用此方法。

Public methods

onShow

Added in API level 8
void onShow (DialogInterface dialog)

显示对话框时将调用此方法。

Parameters
dialog DialogInterface: The dialog that was shown will be passed into the method.

Hooray!