Compartir a través de


BaiduNotification Clase

Definición

Representa una notificación del centro de notificaciones de Baidu, incluida la etiqueta de destino.

public sealed class BaiduNotification : Microsoft.Azure.NotificationHubs.Notification, Microsoft.Azure.NotificationHubs.INativeNotification
type BaiduNotification = class
    inherit Notification
    interface INativeNotification
Public NotInheritable Class BaiduNotification
Inherits Notification
Implements INativeNotification
Herencia
BaiduNotification
Implementaciones

Constructores

BaiduNotification(String)

Inicializa una nueva instancia de la clase BaiduNotification.

BaiduNotification(String, Nullable<Int32>)

Inicializa una nueva instancia de la clase BaiduNotification.

Propiedades

Body

Obtiene o establece el cuerpo de la notificación.

(Heredado de Notification)
ContentType

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

(Heredado de Notification)
Headers

Obtiene o establece encabezados de notificación.

(Heredado de Notification)
MessageType

Obtiene o establece el tipo del mensaje.

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