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
Type | Gets the notification type. |
Public Methods
PayloadToString() | Convert the payloads object to string. |
Public Constructors
public WindowsRawNotification()
Public Properties
public WindowsNotificationType Type { get; }
Gets the notification type.
Public Methods
public string PayloadToString()
Convert the payloads object to string.