Show / Hide Table of Contents

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.

Inheritance
System.Object
Activity
AppPanelActivity
ManageExperiencePanelActivity
Implements
System.IDisposable
Inherited Members
AppPanelActivity.SubmitActivity()
Activity.SessionKey
Activity.ActivityKey
Activity.ActivityCode
Activity.ActivityData
Activity.Events
Activity.StartUtcDateTime
Activity.StartDateTime
Activity.EndUtcDateTime
Activity.EndDateTime
Activity.DefaultActivityCode
Activity.IsSubmitted
Activity.FinalizeActivityCreation()
Activity.AddEventToActivity(ActivityEvent)
Activity.AddEventToActivity<T>(Activity.ActivityEventContainer<T>)
Activity.GetLastActivityWithTimestamp()
Activity.ConvertStringToCodeFormat(String)
Activity.Dispose()
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 Source

ManageExperiencePanelActivity(String)

Declaration
public ManageExperiencePanelActivity(string panelName)
Parameters
Type Name Description
System.String panelName
View Source

ManageExperiencePanelActivity(String, String)

Declaration
public ManageExperiencePanelActivity(string previousPanelName, string panelName)
Parameters
Type Name Description
System.String previousPanelName
System.String panelName

Implements

System.IDisposable

Extension Methods

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