Exemple #1
0
 public TaskCompletionSource <string> SendQueuedHits()
 {
     stringOutput = new TaskCompletionSource <string>();
     ACPAnalytics.SendQueuedHits();
     stringOutput.SetResult("completed");
     return(stringOutput);
 }
Exemple #2
0
 partial void SendQueuedHits(UIButton sender)
 {
     ACPAnalytics.SendQueuedHits();
     Console.WriteLine("SendQueuedHits: Completed");
 }
Exemple #3
0
 void SendQueuedHits()
 {
     Debug.Log("Calling sendQueuedHits");
     ACPAnalytics.SendQueuedHits();
 }