NotificationDetails Class
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.
Represents notification details
[System.Runtime.Serialization.DataContract(Name="NotificationDetails", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class NotificationDetails : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="NotificationDetails", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type NotificationDetails = class
interface IExtensibleDataObject
Public NotInheritable Class NotificationDetails
Implements IExtensibleDataObject
- Inheritance
-
NotificationDetails
- Attributes
- Implements
Constructors
NotificationDetails() |
Properties
AdmOutcomeCounts |
Gets or sets the notification ADM outcome counts. |
ApnsOutcomeCounts |
Gets or sets the notification apns outcome counts. |
EndTime |
Gets or sets the notification end time. |
EnqueueTime |
Gets or sets the notification enqueue time. |
ExtensionData |
Gets or sets the structure that contains extra data. |
FcmOutcomeCounts |
Gets or sets the notification FCM outcome counts. |
Location |
Gets or sets the location. |
MpnsOutcomeCounts |
Gets or sets the notification MPNS outcome counts. |
NotificationBody |
Gets or sets the notification body. |
NotificationId |
Gets or sets the notification identifier. |
PnsErrorDetailsUri |
Gets the URI to blob containing errors returned by PNSes. |
StartTime |
Gets or sets the notification start time. |
State |
Gets or sets the notification state. |
Tags |
Gets or sets the notification tags. |
TargetPlatforms |
Gets or sets the notification target platforms. |
WnsOutcomeCounts |
Gets or sets the notification WNS outcome counts. |
Applies to
Azure SDK for .NET