Esempio n. 1
0
 /// <summary>
 /// Send the current request.
 /// </summary>
 /// <param name='errorHandler'>
 /// Error handler that, if not null, will be called in case there is an error sending the request
 /// </param>
 public void Send(RequestErrorHandler errorHandler = null)
 {
     //Debug.Log("Sending (logrequest)");
     Playtomic.API.StartCoroutine(Playtomic_Request.SendStatistics(Data, errorHandler));
     Pool.Add(this);
 }