Android.Preferences Namespace
The preferences portion of an application should be ran as a separate Activity that extends the PreferenceActivity class.
Classes
CheckBoxPreference |
A Preference that provides checkbox widget functionality. |
DialogPreference |
A base class for Preference objects that are dialog-based. |
EditTextPreference |
A Preference that allows for string input. |
ListPreference |
A Preference that displays a list of entries as a dialog. |
MultiSelectListPreference |
A Preference that displays a list of entries as a dialog. |
Preference |
Represents the basic Preference UI building block displayed by a PreferenceActivity in the form of a ListView. |
Preference.BaseSavedState |
A base class for managing the instance state of a Preference. |
Preference.PreferenceChangeEventArgs |
Provides data for the PreferenceChange event. |
Preference.PreferenceClickEventArgs |
Provides data for the PreferenceClick event. |
PreferenceActivity |
This is the base class for an activity to show a hierarchy of preferences to the user. |
PreferenceActivity.Header |
Description of a single Header item that the user can select. |
PreferenceActivity.Header.InterfaceConsts | |
PreferenceCategory |
Used to group Preference objects and provide a disabled title above the group. |
PreferenceFragment |
Shows a hierarchy of Preference objects as lists. |
PreferenceGroup |
A container for multiple Preference objects. |
PreferenceManager |
Used to help create Preference hierarchies from activities or XML. |
PreferenceManager.ActivityResultEventArgs | |
PreferenceScreen |
Represents a top-level Preference that is the root of a Preference hierarchy. |
RingtonePreference |
A Preference that allows the user to choose a ringtone from those on the device. |
SwitchPreference |
A Preference that provides a two-state toggleable option. |
TwoStatePreference |
Interfaces
IPreferenceDataStore | |
Preference.IOnPreferenceChangeListener |
Interface definition for a callback to be invoked when the value of this Preference has been changed by the user and is about to be set and/or persisted. |
Preference.IOnPreferenceClickListener |
Interface definition for a callback to be invoked when a Preference is clicked. |
PreferenceFragment.IOnPreferenceStartFragmentCallback |
Interface that PreferenceFragment's containing activity should implement to be able to process preference items that wish to switch to a new fragment. |
PreferenceManager.IOnActivityDestroyListener |
Interface definition for a class that will be called when the container's activity is destroyed. |
PreferenceManager.IOnActivityResultListener |
Interface definition for a class that will be called when the container's activity receives an activity result. |
PreferenceManager.IOnActivityStopListener |
Interface definition for a class that will be called when the container's activity is stopped. |