Android.Widget.CursorAdapterFlags Enumeration
Enumerates values returned by the CursorAdapterFlags.AutoRequery, CursorAdapterFlags.None, and CursorAdapterFlags.RegisterContentObserver members and taken as a parameter of the Android.Widget.CursorAdapter..ctor, Android.Widget.ResourceCursorAdapter..ctor, and Android.Widget.SimpleCursorAdapter..ctor members.

Syntax

[System.Flags]
public enum CursorAdapterFlags

Remarks

Enumerates values returned by the CursorAdapterFlags.AutoRequery, CursorAdapterFlags.None, and CursorAdapterFlags.RegisterContentObserver members and taken as a parameter of the Android.Widget.CursorAdapter..ctor, Android.Widget.ResourceCursorAdapter..ctor, and Android.Widget.SimpleCursorAdapter..ctor members.

Members

Member NameDescription
AutoRequeryIf set the adapter will call requery() on the cursor whenever a content change notification is delivered. Implies CursorAdapterFlags.RegisterContentObserver.
NoneDocumentation for this section has not yet been entered.
RegisterContentObserverIf set the adapter will register a content observer on the cursor and will call CursorAdapter.OnContentChanged when a notification comes in. Be careful when using this flag: you will need to unset the current Cursor from the adapter to avoid leaks due to its registered observers. This flag is not needed when using a CursorAdapter with a Android.Content.CursorLoader.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0