- value
- The value to persist.
Documentation for this section has not yet been entered.
Attempts to persist a String to the Android.Content.ISharedPreferences.
This will check if this Preference is persistent, get an editor from the Android.Preferences.PreferenceManager, put in the string, and check if we should commit (and commit if so).