RemoteCallbackList Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| RemoteCallbackList() |
Crea un oggetto RemoteCallbackList con |
| RemoteCallbackList(IntPtr, JniHandleOwnership) |
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime. |
RemoteCallbackList()
Crea un oggetto RemoteCallbackList con #FROZEN_CALLEE_POLICY_UNSET.
[Android.Runtime.Register(".ctor", "()V", "")]
public RemoteCallbackList();
- Attributi
Commenti
Crea un oggetto RemoteCallbackList con #FROZEN_CALLEE_POLICY_UNSET. Equivale a
new RemoteCallbackList.Build(RemoteCallbackList.FROZEN_CALLEE_POLICY_UNSET).build()
per android.os.RemoteCallbackList.RemoteCallbackList().
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
RemoteCallbackList(IntPtr, JniHandleOwnership)
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.
protected RemoteCallbackList(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.OS.RemoteCallbackList : nativeint * Android.Runtime.JniHandleOwnership -> Android.OS.RemoteCallbackList
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.