Freigeben über


NotificationDetails.FcmOutcomeCounts Eigenschaft

Definition

Ruft die FCM-Ergebnisanzahl der Benachrichtigung ab oder legt diese fest.

[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

Eigenschaftswert

Das FCM-Ergebnis der Benachrichtigung zählt.

Attribute

Hinweise

Dieses Feld fungiert als Proxy für GcmOutcomeCounts, wenn FcmNotificaiton-Instanzen in GcmNotification konvertiert werden, wenn sie an den Notification Hub gesendet werden, sodass es nicht möglich ist, die beiden in der Antwort zu unterscheiden, da die GcmNotification empfangen wurde. Informationen zu Konvertierungsdetails finden Sie unter Microsoft.Azure.NotificationHubs.NotificationHubClient.SendNotificationImplAsync und Microsoft.Azure.NotificationHubs.NotificationHubClient.SendScheduledNotificationImplAsync methoden.

Gilt für: