Android.Preferences.PreferenceFragment Members

The members of Android.Preferences.PreferenceFragment are listed below.

See Also: Inherited members from Android.App.Fragment

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
PreferenceManagerPreferenceManager. Returns the Android.Preferences.PreferenceManager used by this fragment.
PreferenceScreenPreferenceScreen. Gets the root of the preference hierarchy that this fragment is showing.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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