Freigeben über


AppleNotification Klasse

Definition

Stellt die Apple-Benachrichtigung dar.

public sealed class AppleNotification : Microsoft.Azure.NotificationHubs.Notification, Microsoft.Azure.NotificationHubs.INativeNotification
type AppleNotification = class
    inherit Notification
    interface INativeNotification
Public NotInheritable Class AppleNotification
Inherits Notification
Implements INativeNotification
Vererbung
AppleNotification
Implementiert

Konstruktoren

AppleNotification(String)

Initialisiert eine neue Instanz der AppleNotification-Klasse.

AppleNotification(String, IDictionary<String,String>)

Initialisiert eine neue Instanz der AppleNotification-Klasse.

AppleNotification(String, Nullable<DateTime>)

Initialisiert eine neue Instanz der AppleNotification-Klasse.

AppleNotification(String, Nullable<DateTime>, String)
Veraltet.

Initialisiert eine neue Instanz der AppleNotification-Klasse.

AppleNotification(String, String)
Veraltet.

Initialisiert eine neue Instanz der AppleNotification-Klasse.

Eigenschaften

Body

Ruft den Benachrichtigungstext ab oder legt diese fest.

(Geerbt von Notification)
ContentType

Ruft den Typ des Benachrichtigungsinhalts ab oder legt diese fest.

(Geerbt von Notification)
Expiry

Ruft das Ablaufdatum ab oder legt es fest.

Headers

Ruft Benachrichtigungsheader ab oder legt diese fest.

(Geerbt von Notification)
PlatformType

Ruft den Typ der Plattform ab.

(Geerbt von Notification)
Priority

Ruft die Benachrichtigungspriorität ab oder legt sie fest.

Tag
Veraltet.

Ruft das Benachrichtigungstag ab oder legt es fest.

(Geerbt von Notification)

Methoden

AddOrUpdateHeader(String, String)

Fügen Sie einen Header mit einem bestimmten Schlüssel und Wert hinzu oder aktualisiert diese.

(Geerbt von Notification)
OnValidateAndPopulateHeaders()

Überprüfen und Auffüllen der Header.

(Geerbt von Notification)

Gilt für: