BVFeedbackSubmission Class Reference
Inherits from | BVSubmission |
---|---|
Conforms to | * BVSubmittedFeedback |
Declared in | BVFeedbackSubmission.h |
Overview
Class to use to submit a feedback to the Bazaarvoice platform.
You can use the submission request class to send helpfulness votes or flag inappropriate content for reviews, questions, or answers.
For a description of possible fields see our API documentation at: https://developer.bazaarvoice.com/docs/read/conversations_api/reference/latest/feedback/submit
@availability BVSDK 6.1.0 and later
– initWithContentId:withContentType:withFeedbackType:
- (nonnull instancetype)initWithContentId:(nonnull NSString *)contentId withContentType:(BVFeedbackContentType)contentType withFeedbackType:(BVFeedbackType)feedbackType