CursorLoader
CursorLoader(Context)
CursorLoader(IntPtr, JniHandleOwnership)
CursorLoader(Context, Uri, String[], String, String[], String)
JniPeerMembers
Selection
SortOrder
ThresholdClass
ThresholdType
Uri
DeliverResult(ICursor)
GetProjection()
GetSelectionArgs()
LoadInBackground()
OnCanceled(ICursor)
SetProjection(String[])
SetSelectionArgs(String[])
monoandroid
namespace Android.Content
{
[Obsolete("This class is obsoleted in this android platform")]
[Register("android/content/CursorLoader", DoNotGenerateAcw = true)]
public class CursorLoader : AsyncTaskLoader
{
[Obsolete("deprecated")]
[Register("deliverResult", "(Landroid/database/Cursor;)V", "GetDeliverResult_Landroid_database_Cursor_Handler")]
public virtual void DeliverResult(ICursor? cursor);
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Obsolete | deprecated |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API