AppNotification(String) Constructor
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.
Creates a new instance of the AppNotification class.
public:
AppNotification(Platform::String ^ payload);
AppNotification(winrt::hstring const& payload);
public AppNotification(string payload);
function AppNotification(payload)
Public Sub New (payload As String)
Parameters
- payload
-
String
Platform::String
winrt::hstring
The notification payload representation in xml.