This version of Unity is unsupported.
Method group is Obsolete

EditorAnalytics.SetEventWithLimitEndPoint

Obsolete Editor Analytics APIs have changed significantly, please see: https://docs.editor-data.unity3d.com/Contribute/EditorAnalytics/cs_guide/.

Declaration

public static Analytics.AnalyticsResult SetEventWithLimitEndPoint(string eventName, string endPoint, int ver);

Parameters

eventName Name of the event.
ver Event version number.
endPoint Event end point URL.

Description

Use this API to set the event end point URL. Note: This API is for internal use only and is likely change in the future. Do not use in user code.