次の方法で共有


AppleNotification クラス

定義

Apple 通知を表します。

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
継承
AppleNotification
実装

コンストラクター

AppleNotification(String)

AppleNotification クラスの新しいインスタンスを初期化します。

AppleNotification(String, IDictionary<String,String>)

AppleNotification クラスの新しいインスタンスを初期化します。

AppleNotification(String, Nullable<DateTime>)

AppleNotification クラスの新しいインスタンスを初期化します。

AppleNotification(String, Nullable<DateTime>, String)
古い.

AppleNotification クラスの新しいインスタンスを初期化します。

AppleNotification(String, String)
古い.

AppleNotification クラスの新しいインスタンスを初期化します。

プロパティ

Body

通知本文を取得または設定します。

(継承元 Notification)
ContentType

通知コンテンツの種類を取得または設定します。

(継承元 Notification)
Expiry

有効期限を取得または設定します。

Headers

通知ヘッダーを取得または設定します。

(継承元 Notification)
PlatformType

プラットフォームの型を取得します。

(継承元 Notification)
Priority

通知の優先度を取得または設定します。

Tag
古い.

通知タグを取得または設定します。

(継承元 Notification)

メソッド

AddOrUpdateHeader(String, String)

指定したキーと値を使用してヘッダーを追加または更新します。

(継承元 Notification)
OnValidateAndPopulateHeaders()

ヘッダーを検証して設定します。

(継承元 Notification)

適用対象