Rate Your Experience
class RateYourExperience(rating: Int, questionText: String) : VirtualFeedback, Parcelable
Content copied to clipboard
A VirtualFeedback implementation associated with the FeedbackQuestions.RATE_YOUR_EXPERIENCE question.
Parameters
rating
On a scale of 0-10, how likely the user is to recommend Virtual Visits to a friend or family.
questionText
An optional parameter which can be modified if the question text displayed to the user differs from the default.
Constructors
RateYourExperience
Link copied to clipboard
fun RateYourExperience(rating: Int, questionText: String = "On a scale of 0-10, how likely are you to recommend ExpressCare Virtual to a friend or family? 0 - not likely at all, 10 - extremely likely")
Content copied to clipboard
On a scale of 0-10, how likely the user is to recommend Virtual Visits to a friend or family.
Functions
describeContents
Link copied to clipboard
validate
Link copied to clipboard
writeToParcel
Link copied to clipboard
Properties
question
Link copied to clipboard
The FeedbackQuestions this feedback is associated with.
questionText
Link copied to clipboard