コード例 #1
0
ファイル: EventNotifier.cs プロジェクト: juananon/WeTeamBase
 public static async Task Notify(string key, string text)
 {
     RestService.Call("https://fcm.googleapis.com/fcm/send", key, text);
 }