docs.unity3d.com
    Show / Hide Table of Contents

    Class ConfigurationAnalyticsEvent

    Event used for configuration changes

    Inheritance
    Object
    AnalyticsEngineEvent
    ConfigurationAnalyticsEvent
    Inherited Members
    AnalyticsEngineEvent.EventName
    Namespace: UnityEngine.Industrial.Configuring.Providers
    Syntax
    public class ConfigurationAnalyticsEvent : AnalyticsEngineEvent

    Constructors

    ConfigurationAnalyticsEvent(String, IReadOnlyConfiguration)

    Initializes a new instance of the ConfigurationAnalyticsEvent class.

    Declaration
    public ConfigurationAnalyticsEvent(string eventName, IReadOnlyConfiguration configuration)
    Parameters
    Type Name Description
    String eventName

    Name of the event.

    IReadOnlyConfiguration configuration

    The configuration.

    Properties

    Configuration

    Gets the configuration.

    Declaration
    public IReadOnlyConfiguration Configuration { get; }
    Property Value
    Type Description
    IReadOnlyConfiguration

    The configuration.

    Methods

    GetEventData()

    Gets the event data.

    Declaration
    public override IDictionary<string, object> GetEventData()
    Returns
    Type Description
    IDictionary<String, Object>

    IDictionary<System.String, System.Object>.

    Overrides
    AnalyticsEngineEvent.GetEventData()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023