CursorAdapter.Init(Context, ICursor, Boolean) Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("init", "(Landroid/content/Context;Landroid/database/Cursor;Z)V", "GetInit_Landroid_content_Context_Landroid_database_Cursor_ZHandler")]
[System.Obsolete("deprecated")]
protected virtual void Init (Android.Content.Context? context, Android.Database.ICursor? c, bool autoRequery);
[<Android.Runtime.Register("init", "(Landroid/content/Context;Landroid/database/Cursor;Z)V", "GetInit_Landroid_content_Context_Landroid_database_Cursor_ZHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Init : Android.Content.Context * Android.Database.ICursor * bool -> unit
override this.Init : Android.Content.Context * Android.Database.ICursor * bool -> unit

Parameters

context
Context
autoRequery
Boolean
Attributes

Remarks

This member is deprecated. Don't use this, use the normal constructor. This will be removed in the future.

Java documentation for android.widget.CursorAdapter.init(android.content.Context, android.database.Cursor, boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to