Member Name | Description |
---|---|
AutoRequery | If set the adapter will call requery() on the cursor whenever a content change notification is delivered. Implies CursorAdapterFlags.RegisterContentObserver. |
None | Documentation for this section has not yet been entered. |
RegisterContentObserver | If 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. |