次の方法で共有


NotificationDetails.FcmOutcomeCounts プロパティ

定義

FCM の結果カウントの通知を取得または設定します。

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="FcmOutcomeCounts", Order=1016)]
public Microsoft.Azure.NotificationHubs.NotificationOutcomeCollection FcmOutcomeCounts { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="FcmOutcomeCounts", Order=1016)>]
member this.FcmOutcomeCounts : Microsoft.Azure.NotificationHubs.NotificationOutcomeCollection with get, set
Public Property FcmOutcomeCounts As NotificationOutcomeCollection

プロパティ値

通知 FCM の結果カウント。

属性

注釈

このフィールドは、FcmNotificaiton インスタンスが通知ハブに送信されると GcmNotification に変換されるため、現時点では GcmOutcomeCounts のプロキシとして機能するため、NH の観点から 2 つを区別できないため、GcmNotification が受信されました。 変換の詳細については Microsoft.Azure.NotificationHubs.NotificationHubClient.SendNotificationImplAsync 、 メソッドと Microsoft.Azure.NotificationHubs.NotificationHubClient.SendScheduledNotificationImplAsync メソッドを参照してください。

適用対象