次の方法で共有


FcmNotification クラス

定義

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

コンストラクター

FcmNotification(String)

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

FcmNotification(String, String)
古い.

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

プロパティ

Body

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

(継承元 Notification)
ContentType

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

(継承元 Notification)
Headers

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

(継承元 Notification)
PlatformType

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

(継承元 Notification)
Tag
古い.

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

(継承元 Notification)

メソッド

AddOrUpdateHeader(String, String)

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

(継承元 Notification)
OnValidateAndPopulateHeaders()

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

(継承元 Notification)

適用対象