BVCommentSubmission Class Reference

Inherits from BVBaseUGCSubmission
Conforms to *
BVSubmittedComment
Declared in BVCommentSubmission.h

– initWithReviewId:withCommentText:

The review ID to add the comment to

- (nonnull instancetype)initWithReviewId:(nonnull NSString *)reviewId withCommentText:(nonnull NSString *)commentText

Parameters

reviewId

The review ID to add the comment to

commentText

The user supplied text

Return Value

initialized BVCommentSubmission parameter

Declared In

BVCommentSubmission.h

– __unavailable

- (nonnull instancetype)__unavailable

  reviewId

@property (nonnull, readonly) NSString *reviewId

  commentText

@property (nonnull, readonly) NSString *commentText

  commentTitle

@property (nonnull) NSString *commentTitle