docs.unity3d.com
    Show / Hide Table of Contents

    Interface IAnalyticsStandardEventComponent

    Contract for sending a standard event to the analytics pipeline.

    Namespace: Unity.Services.Core.Analytics.Internal
    Syntax
    public interface IAnalyticsStandardEventComponent : IServiceComponent

    Methods

    Record(String, IDictionary<String, Object>, Int32, String)

    Records a standard event.

    Declaration
    void Record(string eventName, IDictionary<string, object> eventParameters, int eventVersion, string packageName)
    Parameters
    Type Name Description
    String eventName

    The name of the standard event.

    IDictionary<String, Object> eventParameters

    The parameters of the standard event. Only the parameters specific to this event should be sent.

    Int32 eventVersion

    The version of the standard event.

    String packageName

    The name of the package recording the standard event.

    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