Notification.InboxStyle 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 |
|---|---|
| Notification.InboxStyle() | |
| Notification.InboxStyle(Notification+Builder) |
Obsoleti.
Questo costruttore è deprecato. |
| Notification.InboxStyle(IntPtr, JniHandleOwnership) |
Inizializza una rappresentazione gestita di un oggetto native interface Java esistente. |
Notification.InboxStyle()
[Android.Runtime.Register(".ctor", "()V", "")]
public InboxStyle();
- Attributi
Commenti
Informazioni di riferimento su Android per android.app.Notification.InboxStyle.InboxStyle.
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
Notification.InboxStyle(Notification+Builder)
Attenzione
deprecated
Questo costruttore è deprecato.
[Android.Runtime.Register(".ctor", "(Landroid/app/Notification$Builder;)V", "")]
[System.Obsolete("deprecated")]
public InboxStyle(Android.App.Notification.Builder? builder);
[<Android.Runtime.Register(".ctor", "(Landroid/app/Notification$Builder;)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.App.Notification.InboxStyle : Android.App.Notification.Builder -> Android.App.Notification.InboxStyle
Parametri
- builder
- Notification.Builder
Notification.Builder
- Attributi
Commenti
Questo costruttore è deprecato. usare InboxStyle().
Informazioni di riferimento su Android per android.app.Notification.InboxStyle.InboxStyle.
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
Notification.InboxStyle(IntPtr, JniHandleOwnership)
Inizializza una rappresentazione gestita di un oggetto native interface Java esistente.
protected InboxStyle(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.App.Notification.InboxStyle : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.Notification.InboxStyle
Parametri
- javaReference
-
IntPtr
nativeint
Riferimento all'oggetto Java Native Interface.
- transfer
- JniHandleOwnership
Trasferimento della proprietà da applicare al riferimento all'oggetto Java Native Interface.
Commenti
Questo costruttore viene chiamato dal runtime di associazione .NET per Android quando crea un peer gestito per un oggetto Java esistente.
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.