The members of Android.Preferences.DialogPreference are listed below.
See Also: Inherited members from Android.Preferences.Preference
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | Dialog | Android.App.Dialog. Gets the dialog that is shown by this preference. |
DialogIcon | Android.Graphics.Drawables.Drawable. Returns the icon to be shown on subsequent dialogs. | |
DialogLayoutResource | int. Returns the layout resource that is used as the content View for subsequent dialogs. | |
DialogMessage | string. Documentation for this section has not yet been entered. | |
DialogMessageFormatted | Java.Lang.ICharSequence. Returns the message to be shown on subsequent dialogs. | |
DialogTitle | string. Documentation for this section has not yet been entered. | |
DialogTitleFormatted | Java.Lang.ICharSequence. Returns the title to be shown on subsequent dialogs. | |
NegativeButtonText | string. Documentation for this section has not yet been entered. | |
NegativeButtonTextFormatted | Java.Lang.ICharSequence. Returns the text of the negative button to be shown on subsequent dialogs. | |
PositiveButtonText | string. Documentation for this section has not yet been entered. | |
PositiveButtonTextFormatted | Java.Lang.ICharSequence. Returns the text of the positive button to be shown on subsequent dialogs. |
[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. |
OnActivityDestroy()See Activity's onDestroy. | ||
OnClick(Android.Content.IDialogInterface, int)This method will be invoked when a button in the dialog is clicked. | ||
OnDismiss(Android.Content.IDialogInterface)This method will be invoked when the dialog is dismissed. | ||
SetDialogIcon(int)Sets the icon (resource ID) of the dialog. | ||
SetDialogMessage(int) | ||
SetDialogTitle(int) | ||
SetNegativeButtonText(int) | ||
SetPositiveButtonText(int) |
OnBindDialogView(Android.Views.View)Binds views in the content View of the dialog to data. | ||
OnCreateDialogView()Creates the content view for the dialog (if a custom content view is required). | ||
OnDialogClosed(bool)Called when the dialog is dismissed and should be used to save data to the Android.Content.ISharedPreferences. | ||
OnPrepareDialogBuilder(Android.App.AlertDialog.Builder)Prepares the dialog builder to be shown when the preference is clicked. | ||
ShowDialog(Android.OS.Bundle)Shows the dialog associated with this Preference. |