The members of Android.Preferences.PreferenceManager are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | KeyHasSetDefaultValues | string. |
const | MetadataKeyPreferences | string. The Activity meta-data key for its XML preference hierarchy. |
[read-only] | SharedPreferences | Android.Content.ISharedPreferences. Gets a SharedPreferences instance that preferences managed by this will use. |
SharedPreferencesMode | Android.Content.FileCreationMode. Returns the current mode of the SharedPreferences file that preferences managed by this will use. | |
SharedPreferencesName | string. Returns the current name of the SharedPreferences file that preferences managed by this will use. |
[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. |
CreatePreferenceScreen(Android.Content.Context) | ||
FindPreference(Java.Lang.ICharSequence)Finds a Android.Preferences.Preference based on its key. | ||
FindPreference(string)Documentation for this section has not yet been entered. | ||
static | GetDefaultSharedPreferences(Android.Content.Context)Gets a SharedPreferences instance that points to the default file that is used by the preference framework in the given context. | |
static | SetDefaultValues(Android.Content.Context, int, bool)Sets the default values from an XML preference file by reading the values defined by each Android.Preferences.Preference item's android:defaultValue attribute. | |
static | SetDefaultValues(Android.Content.Context, string, Android.Content.FileCreationMode, int, bool)Similar to PreferenceManager.SetDefaultValues(Android.Content.Context, System.Int32, System.Int32) but allows the client to provide the filename and mode of the shared preferences file. |