Android.App.DialogFragment: Method Members

The methods of Android.App.DialogFragment are listed below. For a list of all members, see the DialogFragment Members list.

See Also: Inherited members from Android.App.Fragment

Public Methods

Dismiss()
Dismiss the fragment and its dialog.
DismissAllowingStateLoss()
Version of DialogFragment.Dismiss that uses FragmentTransaction.CommitAllowingStateLoss.
OnCancel(Android.Content.IDialogInterface)
This method will be invoked when the dialog is canceled.
OnCreateDialog(Android.OS.Bundle) : Dialog
Override to build your own custom Dialog container.
OnDismiss(Android.Content.IDialogInterface)
This method will be invoked when the dialog is dismissed.
SetStyle(DialogFragmentStyle, int)
Call to customize the basic appearance and behavior of the fragment's dialog.
Show(FragmentManager, string)
Display the dialog, adding the fragment to the given FragmentManager.
Show(FragmentTransaction, string) : int
Display the dialog, adding the fragment using an existing transaction and then committing the transaction.