Method | Description | |
---|---|---|
GetContent ( ) : string |
Retrieves the notification XML content as a string, so that it can be sent with a HTTP POST in a push notification.
|
|
GetXml ( ) : |
Retrieves the notification XML content as a WinRT XmlDocument, so that it can be used with a local toast notification's constructor on either Windows.UI.Notifications.ToastNotification or Windows.UI.Notifications.ScheduledToastNotification.
|
|
ToastContent ( ) : Windows.Data.Xml.Dom |
Initializes a new instance of toast content. You must then set the Visual property, which is required for a toast notification. You can optionally set Audio, Actions, and more.
|
Method | Description | |
---|---|---|
ConvertToActionsElement ( IToastActions actions ) : NotificationsExtensions.Toasts.Element_ToastActions | ||
ConvertToElement ( ) : NotificationsExtensions.Toasts.Element_Toast |
public ToastContent ( ) : Windows.Data.Xml.Dom | ||
return | Windows.Data.Xml.Dom |