Example #1
0
 public static void ToastSendNotification(string title, string text, string id, string contentImage)
 {
     Initialize();
     _impl.ToastSendNotification(title, text, id, contentImage);
 }