Show / Hide Table of Contents

Class AppPanelActivity.UiElementInteracted

Should occur when a UI Element has been interacted with. The first parameter should be the type of UI, such as button, slider, etc. The second parameter should be the name of the UI element.

Inheritance
System.Object
Activity.ActivityEventContainer<AppPanelActivity.UiElementInteracted>
AppPanelActivity.UiElementInteracted
Inherited Members
Activity.ActivityEventContainer<AppPanelActivity.UiElementInteracted>.EventCode
Activity.ActivityEventContainer<AppPanelActivity.UiElementInteracted>.analyticEvents
Activity.ActivityEventContainer<AppPanelActivity.UiElementInteracted>.GenerateActivityEvent()
Activity.ActivityEventContainer<AppPanelActivity.UiElementInteracted>.ConvertContainerTypeToEventCode<K>()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Analytics.Activities
Assembly: Appearition.SDK.dll
Syntax
public class UiElementInteracted : Activity.ActivityEventContainer<AppPanelActivity.UiElementInteracted>

Constructors

View Source

UiElementInteracted(String, String)

Declaration
public UiElementInteracted(string typeOfUi, string uiElementName)
Parameters
Type Name Description
System.String typeOfUi
System.String uiElementName

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX