HowWeDid

class HowWeDid(answer: String, questionText: String) : VirtualFeedback, Parcelable

A VirtualFeedback implementation associated with the FeedbackQuestions.HOW_WE_DID question.

Parameters

answer

A free-form response of how the Virtual Visit went.

questionText

An optional parameter which can be modified if the question text displayed to the user differs from the default.

Constructors

HowWeDid
Link copied to clipboard
fun HowWeDid(answer: String, questionText: String = "In your own words, tell us how we did")
A free-form response of how the Virtual Visit went.

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

answer
Link copied to clipboard
open override val answer: String
A free-form response of how the Virtual Visit went.
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.