BVSubmissionResponse Class Reference

Conforms to *
:
BVSubmittedType
ResultType
__covariant
Declared in BVSubmissionResponse.h

  locale

@property (nullable) NSString *locale

  submissionId

@property (nullable) NSString *submissionId

  typicalHoursToPost

@property (nullable) NSNumber *typicalHoursToPost

  authorSubmissionToken

@property (nullable) NSString *authorSubmissionToken

  formFields

Form fields are present in Preview mode only. The form fileds are a dictionry of BVFormField objects where the keys are form field elements. For details, please also refer to the Bazaarvoice Developer Portal: https://developer.bazaarvoice.com/docs/read/conversations_api/tutorials/submission/how_to_build_a_subission_form#fields-element

@property (nullable) NSDictionary *formFields

Declared In

BVSubmissionResponse.h

  result

@property (nullable) ResultType result

– initWithApiResponse:

- (nonnull instancetype)initWithApiResponse:(nonnull NSDictionary *)apiResponse