AsyncQueryHandler.OnDeleteComplete(Int32, Object, Int32) Method

Definition

Called when an asynchronous delete is completed.

[Android.Runtime.Register("onDeleteComplete", "(ILjava/lang/Object;I)V", "GetOnDeleteComplete_ILjava_lang_Object_IHandler")]
protected virtual void OnDeleteComplete (int token, Java.Lang.Object? cookie, int result);
[<Android.Runtime.Register("onDeleteComplete", "(ILjava/lang/Object;I)V", "GetOnDeleteComplete_ILjava_lang_Object_IHandler")>]
abstract member OnDeleteComplete : int * Java.Lang.Object * int -> unit
override this.OnDeleteComplete : int * Java.Lang.Object * int -> unit

Parameters

token
Int32

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

cookie
Object

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

result
Int32

the result returned from the delete operation

Attributes

Remarks

Called when an asynchronous delete is completed.

Java documentation for android.content.AsyncQueryHandler.onDeleteComplete(int, java.lang.Object, int).

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