Android.Preferences.TwoStatePreference Class
Common base class for preferences that have two selectable states, persist a boolean value in SharedPreferences, and may have dependent preferences that are enabled/disabled based on the current state.

See Also: TwoStatePreference Members

Syntax

[Android.Runtime.Register("android/preference/TwoStatePreference", DoNotGenerateAcw=true)]
public abstract class TwoStatePreference : Preference

Remarks

Common base class for preferences that have two selectable states, persist a boolean value in SharedPreferences, and may have dependent preferences that are enabled/disabled based on the current state.

[Android Documentation]

Requirements

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