post Feedback
abstract fun postFeedback(feedbacks: List<VirtualFeedback>): DataObserver<Unit>
Content copied to clipboard
Used to collect user feedback about the most recent virtual visit. This API should only be called after successfully completing a virtual visit.
Parameters
feedbacks
A list of VirtualFeedback objects, each representing a single feedback question asked to the patient.
Throws
Returned when the internal cache of conference information from a previous visit could not be found. The most common reason for this error would be trying to call postFeedback without first having a virtual visit in the same SDK session.
Returned when one of the following required properties are empty:
It is additionally returned when:
VirtualFeedback.RateYourExperience.rating is not in the range from 1-10.