Class ManageExperiencePanelActivity
Main activity related to managing AR Experiences. Contains a variety for Events related to third party file loading, and functionality which cannot be tracked by the EMS such as leaving unexpectedly management menus.
Implements
System.IDisposable
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 ManageExperiencePanelActivity : AppPanelActivity, IDisposable
Constructors
View SourceManageExperiencePanelActivity(String)
Declaration
public ManageExperiencePanelActivity(string panelName)
Parameters
Type | Name | Description |
---|---|---|
System.String | panelName |
ManageExperiencePanelActivity(String, String)
Declaration
public ManageExperiencePanelActivity(string previousPanelName, string panelName)
Parameters
Type | Name | Description |
---|---|---|
System.String | previousPanelName | |
System.String | panelName |
Implements
System.IDisposable