GoogleAnalyticsUtilsTests.FakeAnalyticsReporterForEventsImpl.ReportEvent C# (CSharp) Method

ReportEvent() public method

public ReportEvent ( string category, string action, string label = null, int value = default(int?) ) : void
category string
action string
label string
value int
return void
        public void ReportEvent(string category, string action, string label = null, int? value = default(int?))
        {
            throw new NotImplementedException();
        }