The members of Android.Content.ISharedPreferences are listed below.
[read-only] | All | IDictionary<string, object>. Retrieve all values from the preferences. |
Contains(string)Checks whether the preferences contains a preference. | ||
Edit()Create a new Editor for these preferences, through which you can make modifications to the data in the preferences and atomically commit those changes back to the SharedPreferences object. | ||
GetBoolean(string, bool)Retrieve a boolean value from the preferences. | ||
GetFloat(string, float)Retrieve a float value from the preferences. | ||
GetInt(string, int)Retrieve an int value from the preferences. | ||
GetLong(string, long)Retrieve a long value from the preferences. | ||
GetString(string, string)Retrieve a String value from the preferences. | ||
GetStringSet(string, ICollection<string>)Documentation for this section has not yet been entered. | ||
RegisterOnSharedPreferenceChangeListener(ISharedPreferencesOnSharedPreferenceChangeListener)Registers a callback to be invoked when a change happens to a preference. | ||
UnregisterOnSharedPreferenceChangeListener(ISharedPreferencesOnSharedPreferenceChangeListener)Unregisters a previous callback. |