Android.Preferences.PreferenceGroup Members

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

See Also: Inherited members from Android.Preferences.Preference

Public Constructors

Protected Constructors

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

Public Properties

OrderingAsAddedbool. Whether this group is ordering preferences in the order they are added.
[read-only]
PreferenceCountint. Returns the number of children Android.Preferences.Preferences.

Protected Properties

[read-only]
IsOnSameScreenAsChildrenbool. Whether this preference group should be shown on the same screen as its contained preferences.
[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

AddItemFromInflater(Preference)
Called by the inflater to add an item to this group.
AddPreference(Preference) : bool
Adds a Android.Preferences.Preference at the correct position based on the preference's order.
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.
GetPreference(int) : Preference
Returns the Android.Preferences.Preference at a particular index.
RemoveAll()
Removes all Android.Preferences.Preference from this group.
RemovePreference(Preference) : bool
Removes a Android.Preferences.Preference from this group.

Protected Methods

DispatchRestoreInstanceState(Android.OS.Bundle)
Called by Preference.RestoreHierarchyState(Android.OS.Bundle) to retrieve the saved state for this Preference and its children.
DispatchSaveInstanceState(Android.OS.Bundle)
Called by Preference.SaveHierarchyState(Android.OS.Bundle) to store the instance for this Preference and its children.
OnPrepareAddPreference(Preference) : bool
Prepares a Android.Preferences.Preference to be added to the group.