コード例 #1
0
 public bool LogCustomEvent(string eventCategory, string eventAction, string eventLabel, params KeyValuePair <string, object>[] list)
 {
     return(_currentAnalyticsController.LogCustomEvent(eventCategory, eventAction, eventLabel, list));
 }