Linguaggio

AsyncTaskLoader Costruttori

Definizione

Overload

Nome Descrizione
AsyncTaskLoader(Context)
AsyncTaskLoader(IntPtr, JniHandleOwnership)

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

AsyncTaskLoader(Context)

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

Parametri

context
Context

Contesto da utilizzare per l'operazione.

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.AsyncTaskLoader.AsyncTaskLoader(android.content.Context).

Si applica a

AsyncTaskLoader(IntPtr, JniHandleOwnership)

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

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

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