Represents WinRT Raw Notification.
Definition
public class WindowsRawNotification : WindowsNotification
Summary
The following table summarizes the members exposed in this class.
Public Constructors
WindowsRawNotification Constructor() | Initializes a new instance of the WindowsRawNotification class. |
Public Properties
Public Methods
PayloadToString() | Convert the payloads object to string. |
Public Constructors
public WindowsRawNotification()
Public Properties
public string RawXml { get; set; }
Gets or sets the raw XML.
public WindowsNotificationType Type { get; }
Gets the notification type.
Public Methods
public string PayloadToString()
Convert the payloads object to string.