예제 #1
0
 public void SendNotification(string title, string body, Dictionary <string, string> extraData, PushNotificationToken token)
 {
     //client.DownloadDataAsync("https://beta.coflnet.com");
     //client.DownloadDataCompleted += (object sender, DownloadDataCompletedEventArgs e) =>
     //{
     //    Logger.Log(Encoding.UTF8.GetString(e.Result));
     // };
 }
예제 #2
0
        //private static readonly WebClient client = new WebClient();


        public void CancleNotification(string id, PushNotificationToken token)
        {
            throw new NotImplementedException();
        }