Show / Hide Table of Contents

Class Activity.ActivityEventContainer<T>

Container class for an activity event data. Each class which inherits from Activity can use it to facilitate transportation and demand of additional parameters.

Inheritance
System.Object
Activity.ActivityEventContainer<T>
AppPanelActivity.CustomUserAction
AppPanelActivity.GoToAppPanel
AppPanelActivity.UiElementInteracted
ManageExperiencePanelActivity.BaseTriggerEventContainer<T>
ManageExperiencePanelActivity.ExperienceCreationCancelledByUser
ManageExperiencePanelActivity.ExperienceUpdateCancelledByUser
ManageExperiencePanelActivity.MediaFileLoadingFailure
ManageExperiencePanelActivity.MediaFileLoadingSuccess
ManageExperiencePanelActivity.PromptUserToLoadMediaFile
ViewArExperienceActivity.BaseArMediaEventContainer<T>
ViewArExperienceActivity.TargetFoundExperienceNotAccessible
ViewArExperienceActivity.TrackingBegin
ViewArExperienceActivity.TrackingEnded
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
Assembly: Appearition.SDK.dll
Syntax
public abstract class ActivityEventContainer<T>
    where T : Activity.ActivityEventContainer<T>
Type Parameters
Name Description
T

Constructors

View Source

ActivityEventContainer()

Declaration
protected ActivityEventContainer()

Fields

View Source

analyticEvents

Contains any analytics events to add as part of this container.

Declaration
protected List<AnalyticsData> analyticEvents
Field Value
Type Description
System.Collections.Generic.List<AnalyticsData>

Properties

View Source

EventCode

The code of this specific event

Declaration
public virtual string EventCode { get; }
Property Value
Type Description
System.String

Methods

View Source

ConvertContainerTypeToEventCode<K>()

Converts the syntax of an activity event container to an event code.

Declaration
public static string ConvertContainerTypeToEventCode<K>()
Returns
Type Description
System.String
Type Parameters
Name Description
K
View Source

GenerateActivityEvent()

Converts this container into a proper ActivityEvent.

Declaration
public virtual ActivityEvent GenerateActivityEvent()
Returns
Type Description
ActivityEvent

Extension Methods

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