Class Event
Assembly: Unity.Services.Analytics.dll
Syntax
[Obsolete("This mechanism is no longer supported and will be removed in a future version. Use the new Core IAnalyticsStandardEventComponent API instead.")]
public class Event
Constructors
Event(string, int?)
Declaration
public Event(string name, int? version)
Parameters
| Type |
Name |
Description |
| string |
name |
|
| int? |
version |
|
Properties
Name
Declaration
public string Name { get; }
Property Value
Parameters
Declaration
public EventData Parameters { get; }
Property Value
Version
Declaration
public int? Version { get; }
Property Value