Android.Preferences.PreferenceFragment: Method Members

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

See Also: Inherited members from Android.App.Fragment

Public Methods

AddPreferencesFromIntent(Android.Content.Intent)
Adds preferences from activities that match the given Android.Content.Intent.
AddPreferencesFromResource(int)
Inflates the given XML resource and adds the preference hierarchy to the current preference hierarchy.
FindPreference(Java.Lang.ICharSequence) : Preference
Finds a Android.Preferences.Preference based on its key.
FindPreference(string) : Preference
Documentation for this section has not yet been entered.
OnPreferenceTreeClick(PreferenceScreen, Preference) : bool