ShowToastNotification
C# Methods Reference
Signature
public void ShowToastNotification(string id, string title, string message, string attribution, string iconPath);
Parameters
title
string required
No description provided.
message
string required
No description provided.
attribution
string
No description provided.
iconPath
string
No description provided.
id
string
No description provided.
Return Type
void
Example
CPH.ShowToastNotification(title, message);
CPH.ShowToastNotification(title, message, attribution, iconPath);