次の方法で共有


FcmNotification コンストラクター

定義

オーバーロード

FcmNotification(String)

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

FcmNotification(String, String)
古い.

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

FcmNotification(String)

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

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

パラメーター

jsonPayload
String

JSON ペイロード。

適用対象

FcmNotification(String, String)

注意事項

This method is obsolete.

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

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

パラメーター

jsonPayload
String

JSON ペイロード。

tag
String

通知タグ。

属性

適用対象