The methods of Android.Content.CursorLoader are listed below. For a list of all members, see the CursorLoader Members list.
See Also: Inherited members from Android.Content.AsyncTaskLoader
DeliverResult(Android.Database.ICursor)Sends the result of the load to the registered listener. | ||
| GetProjection() | ||
| GetSelectionArgs() | ||
override | LoadInBackground()Called on a worker thread to perform the actual load and to return the result of the load operation. | |
OnCanceled(Android.Database.ICursor)Called if the task was canceled before it was completed. | ||
| SetProjection(string[]) | ||
| SetSelectionArgs(string[]) | ||