docs.unity3d.com
    Show / Hide Table of Contents

    Interface IAnalyticsEngine

    Interface IAnalyticsEngine

    Namespace: UnityEngine.Industrial.Configuring.Providers
    Syntax
    public interface IAnalyticsEngine

    Methods

    SendEvent(String)

    Sends the event.

    Declaration
    void SendEvent(string eventName)
    Parameters
    Type Name Description
    String eventName

    Name of the event.

    SendEvent(AnalyticsEngineEvent)

    Sends the event.

    Declaration
    void SendEvent(AnalyticsEngineEvent analyticsEvent)
    Parameters
    Type Name Description
    AnalyticsEngineEvent analyticsEvent

    The analytics event.

    TrackContext(Context)

    Tracks the context.

    Declaration
    void TrackContext(Context context)
    Parameters
    Type Name Description
    Context context

    The context.

    TrackProduct(Product)

    Tracks the product.

    Declaration
    void TrackProduct(Product product)
    Parameters
    Type Name Description
    Product product

    The product.

    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