Android.Content.CursorLoader: Method Members

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

Public Methods

DeliverResult(Android.Database.ICursor)
Sends the result of the load to the registered listener.
GetProjection() : string[]
GetSelectionArgs() : string[]
override
LoadInBackground() : Java.Lang.Object
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[])