Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
| Inherits from | Declared in |
|---|---|
EVGContext : NSObject | EVGScreen.h |
A “screen” of the app, and the context for its associated user activity.
Typically an app screen is represented by a UIViewController. Its EVGScreen can be retrieved via [UIViewController(Evergage) evergageScreen].
For APIs to track item views and activity, track manual actions, and handle data campaigns, see EVGContext. For detailed guidance and code examples on how to use EVGScreen to implement screen tracking, see Tracking Screens.
If you need a non-UIViewController screen, please get in touch with the Support team.
If the screen is visible.
1@property (readonly, getter=isVisible) BOOL visibleDiscussion
For the standard [UIViewController(Evergage) evergageScreen], Personalization automatically:
viewDidAppear: and viewWillDisappear:, for eligible view controllers.Newer Version Available