BVRecommendationsContainerProtocol Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | BVProductRecommendationsContainer.h |
Overview
Recommendations container views conform to this protocol to be able to load
recommendations via the loadRequest:completionHandler:errorHandler:
required method.
– loadRequest:completionHandler:errorHandler:
required method
Load product recommendations based on data fed in from `request`.
- (void)loadRequest:(BVRecommendationsRequest *)request completionHandler:(recommendationsCompletionHandler)completionHandler errorHandler:(recommendationsErrorHandler)errorHandler
Parameters
request |
The request parameters to load |
---|---|
completionHandler |
Completion handler which returns an array of
|
errorHandler |
Error handler which returns an
|
Declared In
BVProductRecommendationsContainer.h