Android.App.DialogFragment Members

The members of Android.App.DialogFragment are listed below.

See Also: Inherited members from Android.App.Fragment

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Cancelablebool. Return the current value of DialogFragment.Cancelable.
[read-only]
DialogDialog.
ShowsDialogbool. Return the current value of DialogFragment.ShowsDialog.
[read-only]
ThemeDialogFragmentStyle.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.