Follow Up On Experience
class FollowUpOnExperience(allowFollowUp: Boolean, questionText: String) : VirtualFeedback, Parcelable
Content copied to clipboard
A VirtualFeedback implementation associated with the FeedbackQuestions.FOLLOW_UP_ON_EXPERIENCE question.
Parameters
allowFollowUp
Whether or not the user gives permission to be contacted about their Virtual Visit experience.
questionText
An optional parameter which can be modified if the question text displayed to the user differs from the default.
Constructors
FollowUpOnExperience
Link copied to clipboard
fun FollowUpOnExperience(allowFollowUp: Boolean, questionText: String = "May we contact you to follow-up on your experience?")
Content copied to clipboard
Whether or not the user gives permission to be contacted about their Virtual Visit experience.
Functions
describeContents
Link copied to clipboard
validate
Link copied to clipboard
writeToParcel
Link copied to clipboard
Properties
allowFollowUp
Link copied to clipboard
question
Link copied to clipboard
The FeedbackQuestions this feedback is associated with.
questionText
Link copied to clipboard