Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetEventWithLimitEndPoint(string, string, int)

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.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Deprecated. Editor Analytics APIs have changed significantly, please see: https://docs.editor-data.unity3d.com/Contribute/EditorAnalytics/cs_guide/
public static AnalyticsResult SetEventWithLimitEndPoint(string eventName, string endPoint, int ver)

Parameters

eventName

Name of the event.

endPoint

Event end point URL.

ver

Event version number.

Returns

Type

Description

AnalyticsResult