AsyncQueryHandler.OnUpdateComplete(Int32, Object, Int32) 메서드

정의

비동기 업데이트가 완료되면 호출됩니다.

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

매개 변수

token
Int32

에서 전달된 #startUpdate쿼리를 식별하는 토큰입니다.

cookie
Object

에서 전달된 #startUpdate쿠키 개체입니다.

result
Int32

업데이트 작업에서 반환된 결과

특성

설명

비동기 업데이트가 완료되면 호출됩니다.

에 대한 android.content.AsyncQueryHandler.onUpdateComplete(int, java.lang.Object, int)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상