次の方法で共有


ApplePushMessage クラス

定義

ApplePushMessage 、Apple プッシュ通知サービスを対象とした通知ペイロードの生成に役立ちます。 通知は、 クラスからApiServices使用できる クラスをPushClient使用して送信できます。

[System.Serializable]
public class ApplePushMessage : System.Collections.Generic.Dictionary<string,object>, Microsoft.WindowsAzure.Mobile.Service.Notifications.IPushMessage
[<System.Serializable>]
type ApplePushMessage = class
    inherit Dictionary<string, obj>
    interface IPushMessage
Public Class ApplePushMessage
Inherits Dictionary(Of String, Object)
Implements IPushMessage
継承
ApplePushMessage
属性
実装

コンストラクター

ApplePushMessage()

Apple Push Notification Service を対象とする通知メッセージを作成できるようにする クラスの ApplePushMessage 新しいインスタンスを初期化します。 メッセージに適切なプロパティを設定し、 を使用して送信します PushClient

ApplePushMessage(SerializationInfo, StreamingContext)

指定したシリアル化情報とストリーム コンテキストを使用して、ApplePushMessage クラスの新しいインスタンスを初期化します。

ApplePushMessage(String, Nullable<TimeSpan>)

指定alertされたメッセージと通知のApplePushMessage省略可能expirationな を使用して、 クラスの新しいインスタンスを初期化します。

プロパティ

Aps

この ApsPropertiesApplePushMessage を取得します。

Expiration

通知の有効期間を設定または取得します。 有効期間が終了すると、通知は無効になり、破棄できます。 この値が null 以外の場合、APN は通知を格納し、少なくとも 1 回は通知の配信を試みます。 通知の有効期限が直ちに切れ、APN が通知をまったく保存しないことを示すには、null を指定します。

JsonPayload

を直接初期化して通知を ApplePushMessage 作成する代わりに、変更されていない状態で Notification Hub に送信される完全な JSON 表現を提供できます。

メソッド

ToString()

このの JSON エンコード表現を提供します ApplePushMessage

適用対象