Linguaggio

AsyncQueryHandler Costruttori

Definizione

Overload

Nome Descrizione
AsyncQueryHandler(ContentResolver)
AsyncQueryHandler(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

AsyncQueryHandler(ContentResolver)

[Android.Runtime.Register(".ctor", "(Landroid/content/ContentResolver;)V", "")]
public AsyncQueryHandler(Android.Content.ContentResolver? cr);
[<Android.Runtime.Register(".ctor", "(Landroid/content/ContentResolver;)V", "")>]
new Android.Content.AsyncQueryHandler : Android.Content.ContentResolver -> Android.Content.AsyncQueryHandler

Parametri

cr
ContentResolver

Sistema di risoluzione del contenuto utilizzato dal gestore.

Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

per android.content.AsyncQueryHandler.AsyncQueryHandler(android.content.ContentResolver).

Si applica a

AsyncQueryHandler(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

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

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a