다음을 통해 공유


ContentQueryMap 생성자

정의

오버로드

ContentQueryMap(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

ContentQueryMap(ICursor, String, Boolean, Handler)

커서를 지원하는 콘텐츠를 캐시하는 ContentQueryMap을 만듭니다.

ContentQueryMap(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

protected ContentQueryMap (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Content.ContentQueryMap : nativeint * Android.Runtime.JniHandleOwnership -> Android.Content.ContentQueryMap

매개 변수

javaReference
IntPtr

nativeint

IntPtrJNI(Java Native Interface) 개체 참조를 포함하는 개체입니다.

transfer
JniHandleOwnership

JniHandleOwnership처리 방법을 나타내는 AjavaReference

설명

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상

ContentQueryMap(ICursor, String, Boolean, Handler)

커서를 지원하는 콘텐츠를 캐시하는 ContentQueryMap을 만듭니다.

[Android.Runtime.Register(".ctor", "(Landroid/database/Cursor;Ljava/lang/String;ZLandroid/os/Handler;)V", "")]
public ContentQueryMap (Android.Database.ICursor? cursor, string? columnNameOfKey, bool keepUpdated, Android.OS.Handler? handlerForUpdateNotifications);
[<Android.Runtime.Register(".ctor", "(Landroid/database/Cursor;Ljava/lang/String;ZLandroid/os/Handler;)V", "")>]
new Android.Content.ContentQueryMap : Android.Database.ICursor * string * bool * Android.OS.Handler -> Android.Content.ContentQueryMap

매개 변수

cursor
ICursor

콘텐츠를 캐시해야 하는 커서

columnNameOfKey
String

값 맵의 키로 사용할 열

keepUpdated
Boolean

커서의 ContentProvider에서 변경 내용을 모니터링하고 변경이 발생할 때 맵을 업데이트해야 하는 경우 true입니다.

handlerForUpdateNotifications
Handler

변경 알림을 받는 데 사용해야 하는 처리기입니다(요청된 경우). 일반적으로 여기에 null을 전달하지만, 이 스레드를 만드는 스레드가 메시지를 받을 수 있는 스레드가 아니라는 것을 알고 있는 경우 사용자 고유의 처리기를 만들고 여기에서 사용할 수 있습니다.

특성

설명

커서를 지원하는 콘텐츠를 캐시하는 ContentQueryMap을 만듭니다.

에 대한 android.content.ContentQueryMap.ContentQueryMap(android.database.Cursor, java.lang.String, boolean, android.os.Handler)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상