Show / Hide Table of Contents

Class AppPanelActivity.GoToAppPanel

Should occur when the application is about to swap to a new UI panel, as well as how the transition was made (button click, etc). This even most likely should be the last of this activity. If this event is part of this activity, the activity will take that information as part of its ActivityData.

Inheritance
System.Object
Activity.ActivityEventContainer<AppPanelActivity.GoToAppPanel>
AppPanelActivity.GoToAppPanel
Inherited Members
Activity.ActivityEventContainer<AppPanelActivity.GoToAppPanel>.EventCode
Activity.ActivityEventContainer<AppPanelActivity.GoToAppPanel>.analyticEvents
Activity.ActivityEventContainer<AppPanelActivity.GoToAppPanel>.GenerateActivityEvent()
Activity.ActivityEventContainer<AppPanelActivity.GoToAppPanel>.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 GoToAppPanel : Activity.ActivityEventContainer<AppPanelActivity.GoToAppPanel>

Constructors

View Source

GoToAppPanel(String, String)

Declaration
public GoToAppPanel(string newUiPanelName, string method)
Parameters
Type Name Description
System.String newUiPanelName
System.String method

Extension Methods

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