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
AppPanelActivity.UiElementInteracted
Inherited Members
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 SourceUiElementInteracted(String, String)
Declaration
public UiElementInteracted(string typeOfUi, string uiElementName)
Parameters
Type | Name | Description |
---|---|---|
System.String | typeOfUi | |
System.String | uiElementName |