Android.Preferences.Preference.PersistBoolean Method
Attempts to persist a boolean to the Android.Content.ISharedPreferences.

Syntax

[Android.Runtime.Register("persistBoolean", "(Z)Z", "GetPersistBoolean_ZHandler")]
protected virtual bool PersistBoolean (bool value)

See Also

Preference.PersistString(string)
Preference.GetPersistedBoolean(bool)

Parameters

value
The value to persist.

Returns

Documentation for this section has not yet been entered.

Remarks

Attempts to persist a boolean to the Android.Content.ISharedPreferences.

[Android Documentation]

Requirements

Namespace: Android.Preferences
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1