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
AppPanelActivity.GoToAppPanel
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 GoToAppPanel : Activity.ActivityEventContainer<AppPanelActivity.GoToAppPanel>
Constructors
View SourceGoToAppPanel(String, String)
Declaration
public GoToAppPanel(string newUiPanelName, string method)
Parameters
Type | Name | Description |
---|---|---|
System.String | newUiPanelName | |
System.String | method |