AsyncQueryHandler.OnInsertComplete(Int32, Object, Uri) Method

Definition

Called when an asynchronous insert is completed.

[Android.Runtime.Register("onInsertComplete", "(ILjava/lang/Object;Landroid/net/Uri;)V", "GetOnInsertComplete_ILjava_lang_Object_Landroid_net_Uri_Handler")]
protected virtual void OnInsertComplete (int token, Java.Lang.Object? cookie, Android.Net.Uri? uri);
[<Android.Runtime.Register("onInsertComplete", "(ILjava/lang/Object;Landroid/net/Uri;)V", "GetOnInsertComplete_ILjava_lang_Object_Landroid_net_Uri_Handler")>]
abstract member OnInsertComplete : int * Java.Lang.Object * Android.Net.Uri -> unit
override this.OnInsertComplete : int * Java.Lang.Object * Android.Net.Uri -> unit

Parameters

token
Int32

the token to identify the query, passed in from #startInsert.

cookie
Object

the cookie object that's passed in from #startInsert.

uri
Uri

the uri returned from the insert operation.

Attributes

Remarks

Called when an asynchronous insert is completed.

Java documentation for android.content.AsyncQueryHandler.onInsertComplete(int, java.lang.Object, android.net.Uri).

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