The members of Android.Preferences.PreferenceGroup are listed below.
See Also: Inherited members from Android.Preferences.Preference
A constructor used when creating managed representations of JNI objects; called by the runtime. |
OrderingAsAdded | bool. Whether this group is ordering preferences in the order they are added. | |
[read-only] | PreferenceCount | int. Returns the number of children Android.Preferences.Preferences. |
[read-only] | IsOnSameScreenAsChildren | bool. Whether this preference group should be shown on the same screen as its contained preferences. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AddItemFromInflater(Preference)Called by the inflater to add an item to this group. | ||
AddPreference(Preference)Adds a Android.Preferences.Preference at the correct position based on the preference's order. | ||
FindPreference(Java.Lang.ICharSequence)Finds a Android.Preferences.Preference based on its key. | ||
FindPreference(string)Documentation for this section has not yet been entered. | ||
GetPreference(int)Returns the Android.Preferences.Preference at a particular index. | ||
RemoveAll()Removes all Android.Preferences.Preference from this group. | ||
RemovePreference(Preference)Removes a Android.Preferences.Preference from this group. |
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)Prepares a Android.Preferences.Preference to be added to the group. |