BVStoreReviewSubmission Class Reference
Inherits from | BVReviewSubmission : BVBaseUGCSubmission |
---|---|
Declared in | BVStoreReviewSubmission.h |
Overview
Class to use to submit a review on a store to the Bazaarvoice platform. Requires that you have set the apiKeyConversationsStore value in the BVSDKManager and client id before you begin using submission request.
Of the many parameters possible on a BVStoreReviewSubmission, the ones needed for submission depend on your specific implementation.
For a description of possible fields see our API documentation at: https://developer.bazaarvoice.com/docs/read/conversations/reviews/submit/5_4
@availability 4.2.0 and later
– initWithReviewTitle:reviewText:rating:storeId:
Create a new BVStoreReviewSubmission.
- (nonnull instancetype)initWithReviewTitle:(nonnull NSString *)reviewTitle reviewText:(nonnull NSString *)reviewText rating:(NSUInteger)rating storeId:(nonnull NSString *)storeId
Parameters
reviewTitle |
The user-provided title of the review. |
---|---|
reviewText |
The user-provided body of the review. |
rating |
The user-provided rating: 1-5. |
storeId |
The store identifier that this review is associated with. |
Declared In
BVStoreReviewSubmission.h