This version of Unity is unsupported.

EditorAnalytics.SendEventWithLimit

Declaration

public static Analytics.AnalyticsResult SendEventWithLimit(string eventName, object parameters);

Declaration

public static Analytics.AnalyticsResult SendEventWithLimit(string eventName, object parameters, int ver);

Parameters

eventName Name of the event.
parameters Additional event data.
ver Event version number.

Description

This API is used to send an Editor Analytics event. It is meant for internal use only and is likely to change in the future. User code should never use this API.