Android.Content.CursorLoader Members

The members of Android.Content.CursorLoader are listed below.

See Also: Inherited members from Android.Content.AsyncTaskLoader

Public Constructors

Creates an empty unspecified CursorLoader.
Creates a fully-specified CursorLoader.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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[])