Show / Hide Table of Contents

Class EditorAnalytics

Inheritance
Object
EditorAnalytics
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public static class EditorAnalytics

Properties

enabled

Declaration
public static bool enabled { get; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

RegisterEventWithLimit(String, Int32, Int32, String)

Declaration
public static AnalyticsResult RegisterEventWithLimit(string eventName, int maxEventPerHour, int maxItems, string vendorKey)
Parameters
Type Name Description
String eventName
Int32 maxEventPerHour
Int32 maxItems
String vendorKey
Returns
Type Description
AnalyticsResult
| Improve this Doc View Source

RegisterEventWithLimit(String, Int32, Int32, String, Int32)

Declaration
public static AnalyticsResult RegisterEventWithLimit(string eventName, int maxEventPerHour, int maxItems, string vendorKey, int ver)
Parameters
Type Name Description
String eventName
Int32 maxEventPerHour
Int32 maxItems
String vendorKey
Int32 ver
Returns
Type Description
AnalyticsResult
| Improve this Doc View Source

SendEventWithLimit(String, Object)

Declaration
public static AnalyticsResult SendEventWithLimit(string eventName, object parameters)
Parameters
Type Name Description
String eventName
Object parameters
Returns
Type Description
AnalyticsResult
| Improve this Doc View Source

SendEventWithLimit(String, Object, Int32)

Declaration
public static AnalyticsResult SendEventWithLimit(string eventName, object parameters, int ver)
Parameters
Type Name Description
String eventName
Object parameters
Int32 ver
Returns
Type Description
AnalyticsResult
  • Improve this Doc
  • View Source
Back to top Generated by DocFX