docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Event

    Inheritance
    object
    Event
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Analytics.Internal
    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
    Type Description
    string

    Parameters

    Declaration
    public EventData Parameters { get; }
    Property Value
    Type Description
    EventData

    Version

    Declaration
    public int? Version { get; }
    Property Value
    Type Description
    int?
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)