Android.Preferences.Preference.ShouldCommit Method
Returns whether the Android.Preferences.Preference should commit its saved value(s) in Preference.Editor.

Syntax

[Android.Runtime.Register("shouldCommit", "()Z", "GetShouldCommitHandler")]
public virtual bool ShouldCommit ()

See Also

Preference.Editor

Returns

Documentation for this section has not yet been entered.

Remarks

Returns whether the Android.Preferences.Preference should commit its saved value(s) in Preference.Editor. This may return false in situations where batch committing is being done (by the manager) to improve performance.

[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