Android.App.DialogFragment.Dismiss Method
Dismiss the fragment and its dialog.

Syntax

[Android.Runtime.Register("dismiss", "()V", "GetDismissHandler")]
public virtual void Dismiss ()

Remarks

Dismiss the fragment and its dialog. If the fragment was added to the back stack, all back stack state up to and including this entry will be popped. Otherwise, a new transaction will be committed to remove the fragment.

[Android Documentation]

Requirements

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