CursorLoader.DeliverResult(ICursor) Method

Definition

Sends the result of the load to the registered listener.

[Android.Runtime.Register("deliverResult", "(Landroid/database/Cursor;)V", "GetDeliverResult_Landroid_database_Cursor_Handler")]
public virtual void DeliverResult (Android.Database.ICursor? cursor);
[<Android.Runtime.Register("deliverResult", "(Landroid/database/Cursor;)V", "GetDeliverResult_Landroid_database_Cursor_Handler")>]
override this.DeliverResult : Android.Database.ICursor -> unit

Parameters

cursor
ICursor

the result of the load

Attributes

Remarks

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