docs.unity3d.com
    Show / Hide Table of Contents

    Class ConsoleAnalyticsEngine

    Class ConsoleAnalyticsEngine.

    Inheritance
    Object
    ConsoleAnalyticsEngine
    Namespace: Unity.Industrial.Forma.Core.Analytics
    Syntax
    public class ConsoleAnalyticsEngine : MonoBehaviour, IAnalyticsEngine

    Methods

    SendEvent(String)

    Sends the event.

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

    Name of the event.

    Implements
    IAnalyticsEngine.SendEvent(String)

    SendEvent(AnalyticsEngineEvent)

    Sends the event.

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

    The analytics event.

    Implements
    IAnalyticsEngine.SendEvent(AnalyticsEngineEvent)

    TrackContext(Context)

    Tracks the context.

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

    The context.

    Implements
    IAnalyticsEngine.TrackContext(Context)

    TrackProduct(Product)

    Tracks the product.

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

    The product.

    Implements
    IAnalyticsEngine.TrackProduct(Product)
    Back to top
    Terms of use
    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