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