NotificationDetails.FcmOutcomeCounts Property

Definition

Gets or sets the notification FCM outcome counts.

[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

Property Value

The notification FCM outcome counts.

Attributes

Remarks

This field acts as proxy for GcmOutcomeCounts at the moment as FcmNotificaiton instances are converted to GcmNotification when sent out to the Notification Hub, making it impossible to distinguish the two in the response as from the NH's perspective, the GcmNotification was received. See Microsoft.Azure.NotificationHubs.NotificationHubClient.SendNotificationImplAsync and Microsoft.Azure.NotificationHubs.NotificationHubClient.SendScheduledNotificationImplAsync methods for conversion details.

Applies to