Beispiel #1
0
 public void LogTransaction(string transID, double revenue, string currency)
 {
     if (googleAnalytics != null)
     {
         googleAnalytics.LogTransaction(transID, "InApp", revenue, 0, 0, currency);
     }
 }