Show Toast Notification
Signature
public void ShowToastNotification(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.
Return Type
void
Example
CPH.ShowToastNotification(title, message);
CPH.ShowToastNotification(title, message, attribution, iconPath);