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 |
An EVGContext associated with a UIViewController for tracking and personalization, when an app can use a UIViewController for each screen or page of the app.
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 your app can’t use a UIViewController for each of its screens or pages, use Evergage globalContext.
If the screen is visible.
1@property (readonly, getter=isVisible) BOOL visibleDiscussion
Personalization automatically handles these operations:
[super viewDidAppear:] and [super viewWillDisappear:], for eligible view controllers.Newer Version Available