BaiduNotification Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une notification du hub de notification Baidu, y compris la balise cible
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
- Héritage
- Implémente
Constructeurs
BaiduNotification(String) |
Initialise une nouvelle instance de la classe BaiduNotification. |
BaiduNotification(String, Nullable<Int32>) |
Initialise une nouvelle instance de la classe BaiduNotification. |
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) |
MessageType |
Obtient ou définit le type du message. |
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 à
Azure SDK for .NET