BVProductRecommendationWidget Constants Reference
| Declared in | BVRecsAnalyticsHelper.h | 
|---|
BVProductRecommendationWidget
When interacting with a BVRecommendationsUI component, this enum provides a list of container types the user interacted with.
Definition
typedef NS_ENUM(NSInteger, BVProductRecommendationWidget ) {
                            
                               RecommendationsCarousel,
                            
                               RecommendationsTableView,
                            
                               RecommendationsCustom,
                            
                            };
                    
                    Constants
RecommendationsCarousel- 
Product recommendations from a horizontally scrolling collection view.
Declared In
BVRecsAnalyticsHelper.h. RecommendationsTableView- 
Product recommendations from a UITableView
Declared In
BVRecsAnalyticsHelper.h. RecommendationsCustom- 
Custom widget created.
Declared In
BVRecsAnalyticsHelper.h. 
Declared In
BVRecsAnalyticsHelper.h