【发布时间】:2017-09-18 09:41:18
【问题描述】:
我必须使用 bazaarvoice sdk 提交多张照片,但不知道该怎么做,我发现了类似
ReviewSubmissionRequest submission = new ReviewSubmissionRequest.Builder(submitAction, productId)
.userNickname("xxxx")
.title("Review title")
.reviewText("This is the review text the user adds about how great the product is!")
.addPhoto(localImageFile, "caption")
.build();
但是,还是不清楚
任何帮助都会有所帮助。
【问题讨论】: