Compartir a través de


FcmNotification Clase

Definición

Representa una notificación de 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
Herencia
FcmNotification
Implementaciones

Constructores

FcmNotification(String)

Inicializa una nueva instancia de la clase FcmNotification.

FcmNotification(String, String)
Obsoletos.

Inicializa una nueva instancia de la clase FcmNotification.

Propiedades

Body

Obtiene o establece el cuerpo de la notificación.

(Heredado de Notification)
ContentType

Obtiene o establece el tipo del contenido de notificación.

(Heredado de Notification)
Headers

Obtiene o establece encabezados de notificación.

(Heredado de Notification)
PlatformType

Obtiene el tipo de la plataforma.

(Heredado de Notification)
Tag
Obsoletos.

Obtiene o establece la etiqueta de notificación.

(Heredado de Notification)

Métodos

AddOrUpdateHeader(String, String)

Agregue o actualice un encabezado con una clave y un valor especificados.

(Heredado de Notification)
OnValidateAndPopulateHeaders()

Valide y rellene los encabezados.

(Heredado de Notification)

Se aplica a