NotificationDetails.FcmOutcomeCounts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.