FcmNotification Classe

Définition

Représente une notification Firebase Cloud Messaging.

public sealed class FcmNotification : Microsoft.Azure.NotificationHubs.Notification, Microsoft.Azure.NotificationHubs.INativeNotification
type FcmNotification = class
    inherit Notification
    interface INativeNotification
Public NotInheritable Class FcmNotification
Inherits Notification
Implements INativeNotification
Héritage
FcmNotification
Implémente

Constructeurs

FcmNotification(String)

Initialise une nouvelle instance de la classe FcmNotification.

FcmNotification(String, String)
Obsolète.

Initialise une nouvelle instance de la classe FcmNotification.

Propriétés

Body

Obtient ou définit le corps de notification.

(Hérité de Notification)
ContentType

Obtient ou définit le type du contenu de la notification.

(Hérité de Notification)
Headers

Obtient ou définit les en-têtes de notification.

(Hérité de Notification)
PlatformType

Obtient le type de la plateforme.

(Hérité de Notification)
Tag
Obsolète.

Obtient ou définit la balise de notification.

(Hérité de Notification)

Méthodes

AddOrUpdateHeader(String, String)

Ajouter ou mettre à jour un en-tête avec une clé et une valeur données.

(Hérité de Notification)
OnValidateAndPopulateHeaders()

Valide et remplit les en-têtes.

(Hérité de Notification)

S’applique à