docs.unity.cn
    Show / Hide Table of Contents

    Class UserInteractionAnalyticsEvent

    Event used for hotspot enabled, UI clicked...

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

    Constructors

    UserInteractionAnalyticsEvent(String, String, String)

    Initializes a new instance of the UserInteractionAnalyticsEvent class.

    Declaration
    public UserInteractionAnalyticsEvent(string eventName, string interactionType, string action)
    Parameters
    Type Name Description
    String eventName

    Name of the event.

    String interactionType

    Type of the interaction.

    String action

    The action.

    Properties

    Action

    Gets the action.

    Declaration
    public string Action { get; }
    Property Value
    Type Description
    String

    The action.

    InteractionType

    Gets the type of the interaction.

    Declaration
    public string InteractionType { get; }
    Property Value
    Type Description
    String

    The type of the interaction.

    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 © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021