FeedbackQuestions

enum FeedbackQuestions : Enum<FeedbackQuestions> , Parcelable

Represents various feedback question/answer pairs supported by the feedback service.

Entries

FOLLOW_UP_ON_EXPERIENCE
Link copied to clipboard
FOLLOW_UP_ON_EXPERIENCE("followUp", "boolean", "followUpAnswer", "boolean")
HOW_WE_DID
Link copied to clipboard
HOW_WE_DID("feedback", "string", "feedbackAnswer", "string")
RATE_YOUR_EXPERIENCE
Link copied to clipboard
RATE_YOUR_EXPERIENCE("rating", "number", "ratingAnswer", "number")

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int