Android.App.Dialog.Show Method
Start the dialog and display it on screen.

Syntax

[Android.Runtime.Register("show", "()V", "GetShowHandler")]
public virtual void Show ()

Remarks

Start the dialog and display it on screen. The window is placed in the application layer and opaque. Note that you should not override this method to do initialization when the dialog is shown, instead implement that in Dialog.OnStart.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1