Langue

Notification.TvExtender Constructeurs

Définition

Surcharges

Nom Description
Notification.TvExtender()

Créez un TvExtender avec les options par défaut.

Notification.TvExtender(Notification)

Créez un TvExtender à partir des options TvExtender d’une notification existante.

Notification.TvExtender()

Créez un TvExtender avec les options par défaut.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=35)]
public TvExtender();
Attributs

Remarques

Créez un TvExtender avec les options par défaut.

Référence Android pour android.app.Notification.TvExtender.TvExtender.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

Notification.TvExtender(Notification)

Créez un TvExtender à partir des options TvExtender d’une notification existante.

[Android.Runtime.Register(".ctor", "(Landroid/app/Notification;)V", "", ApiSince=35)]
public TvExtender(Android.App.Notification notif);
[<Android.Runtime.Register(".ctor", "(Landroid/app/Notification;)V", "", ApiSince=35)>]
new Android.App.Notification.TvExtender : Android.App.Notification -> Android.App.Notification.TvExtender

Paramètres

notif
Notification

Notification : notification à partir de laquelle copier les options. Cette valeur ne peut pas être null.

Attributs

Remarques

Créez un TvExtender à partir des options TvExtender d’une notification existante.

Référence Android pour android.app.Notification.TvExtender.TvExtender.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à