The members of Android.App.DialogFragment are listed below.
See Also: Inherited members from Android.App.Fragment
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Cancelable | bool. Return the current value of DialogFragment.Cancelable. | |
[read-only] | Dialog | Dialog. |
ShowsDialog | bool. Return the current value of DialogFragment.ShowsDialog. | |
[read-only] | Theme | DialogFragmentStyle. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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)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)Display the dialog, adding the fragment using an existing transaction and then committing the transaction. |