次の方法で共有


AppleNotification コンストラクター

定義

オーバーロード

AppleNotification(String)

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

AppleNotification(String, IDictionary<String,String>)

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

AppleNotification(String, Nullable<DateTime>)

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

AppleNotification(String, String)
古い.

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

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

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

AppleNotification(String)

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

public AppleNotification (string jsonPayload);
new Microsoft.Azure.NotificationHubs.AppleNotification : string -> Microsoft.Azure.NotificationHubs.AppleNotification
Public Sub New (jsonPayload As String)

パラメーター

jsonPayload
String

JSON ペイロード。

適用対象

AppleNotification(String, IDictionary<String,String>)

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

public AppleNotification (string jsonPayload, System.Collections.Generic.IDictionary<string,string> apnsHeaders);
new Microsoft.Azure.NotificationHubs.AppleNotification : string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.NotificationHubs.AppleNotification
Public Sub New (jsonPayload As String, apnsHeaders As IDictionary(Of String, String))

パラメーター

jsonPayload
String

JSON ペイロード。

apnsHeaders
IDictionary<String,String>

APNS ヘッダー。

適用対象

AppleNotification(String, Nullable<DateTime>)

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

public AppleNotification (string jsonPayload, DateTime? expiry);
new Microsoft.Azure.NotificationHubs.AppleNotification : string * Nullable<DateTime> -> Microsoft.Azure.NotificationHubs.AppleNotification
Public Sub New (jsonPayload As String, expiry As Nullable(Of DateTime))

パラメーター

jsonPayload
String

JSON ペイロード。

expiry
Nullable<DateTime>

通知の有効期限。

適用対象

AppleNotification(String, String)

注意事項

This method is obsolete.

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

[System.Obsolete("This method is obsolete.")]
public AppleNotification (string jsonPayload, string tag);
[<System.Obsolete("This method is obsolete.")>]
new Microsoft.Azure.NotificationHubs.AppleNotification : string * string -> Microsoft.Azure.NotificationHubs.AppleNotification
Public Sub New (jsonPayload As String, tag As String)

パラメーター

jsonPayload
String

JSON ペイロード。

tag
String

通知タグ。

属性

適用対象

AppleNotification(String, Nullable<DateTime>, String)

注意事項

This method is obsolete.

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

[System.Obsolete("This method is obsolete.")]
public AppleNotification (string jsonPayload, DateTime? expiry, string tag);
[<System.Obsolete("This method is obsolete.")>]
new Microsoft.Azure.NotificationHubs.AppleNotification : string * Nullable<DateTime> * string -> Microsoft.Azure.NotificationHubs.AppleNotification
Public Sub New (jsonPayload As String, expiry As Nullable(Of DateTime), tag As String)

パラメーター

jsonPayload
String

JSON ペイロード。

expiry
Nullable<DateTime>

通知の有効期限。

tag
String

通知タグ。

属性

適用対象