FollowUpOnExperience

class FollowUpOnExperience(allowFollowUp: Boolean, questionText: String) : VirtualFeedback, Parcelable

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?")
Whether or not the user gives permission to be contacted about their Virtual Visit experience.

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
validate
Link copied to clipboard
open override fun validate(): InvalidFeedbackObjectError?
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

allowFollowUp
Link copied to clipboard
val allowFollowUp: Boolean
Whether or not the user gives permission to be contacted about their Virtual Visit experience.
answer
Link copied to clipboard
open val answer: String
The user's provided feedback for this particular question.
question
Link copied to clipboard
val question: FeedbackQuestions
The FeedbackQuestions this feedback is associated with.
questionText
Link copied to clipboard
open override val questionText: String
An optional parameter which can be modified if the question text displayed to the user differs from the default.