See Also:
ISharedPreferencesEditor Members
Syntax
[Android.Runtime.Register("android/content/SharedPreferences$Editor", "", "Android.Content.ISharedPreferencesEditorInvoker")]
public interface
ISharedPreferencesEditor :
Android.Runtime.IJavaObject,
IDisposableRemarks
Interface used for modifying values in a Android.Content.ISharedPreferences
object. All changes you make in an editor are batched, and not copied
back to the original Android.Content.ISharedPreferences until you call ISharedPreferencesEditor.Commit
or ISharedPreferencesEditor.Apply
[Android Documentation]
Requirements
Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1