The members of Android.Content.ISharedPreferencesEditor are listed below.
Apply()Commit your preferences changes back from this Editor to the Android.Content.ISharedPreferences object it is editing. | ||
Clear()Mark in the editor to remove all values from the preferences. | ||
Commit()Commit your preferences changes back from this Editor to the Android.Content.ISharedPreferences object it is editing. | ||
PutBoolean(string, bool)Set a boolean value in the preferences editor, to be written back once ISharedPreferencesEditor.Commit or ISharedPreferencesEditor.Apply are called. | ||
PutFloat(string, float)Set a float value in the preferences editor, to be written back once ISharedPreferencesEditor.Commit or ISharedPreferencesEditor.Apply are called. | ||
PutInt(string, int)Set an int value in the preferences editor, to be written back once ISharedPreferencesEditor.Commit or ISharedPreferencesEditor.Apply are called. | ||
PutLong(string, long)Set a long value in the preferences editor, to be written back once ISharedPreferencesEditor.Commit or ISharedPreferencesEditor.Apply are called. | ||
PutString(string, string)Set a String value in the preferences editor, to be written back once ISharedPreferencesEditor.Commit or ISharedPreferencesEditor.Apply are called. | ||
PutStringSet(string, ICollection<string>)Documentation for this section has not yet been entered. | ||
Remove(string)Mark in the editor that a preference value should be removed, which will be done in the actual preferences once ISharedPreferencesEditor.Commit is called. |