[Android.Runtime.Register("dismiss", "()V", "GetDismissHandler")] public virtual voidDismiss ()
Remarks
Dismiss this dialog, removing it from the screen. This method can be
invoked safely from any thread. Note that you should not override this
method to do cleanup when the dialog is dismissed, instead implement
that in Dialog.OnStop.