Ejemplo n.º 1
0
 public void TriggerEvent(UMengCustomEventID eventId, System.Collections.Generic.Dictionary <string, string> attributes)
 {
     GA.Event(eventId.ToString(), attributes);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 触发事件(计数事件)
 /// </summary>
 public void TriggerEvent(UMengCustomEventID eventId)
 {
     GA.Event(eventId.ToString());
 }