Android.Preferences.DialogPreference: Method Members

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

See Also: Inherited members from Android.Preferences.Preference

Public Methods

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)

Protected Methods

OnBindDialogView(Android.Views.View)
Binds views in the content View of the dialog to data.
OnCreateDialogView() : Android.Views.View
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.