Exemplo n.º 1
0
 /// <summary>
 ///  Send an event to the server. You can pass push notifications according to happening on some events.
 /// </summary>
 /// <param name="eventName">A name chosen by you</param>
 /// <b>If You don't have and action, leave it be custom.</b>
 public static void SendEvent(string eventName)
 {
     PusheAndroidUtils.PusheAnalyticsService().Call("sendEvent", eventName);
 }