SurveyAnswer

class SurveyAnswer : Parcelable

SurveyAnswer is an option to a survey question (SurveyQuestion) if the question is multiple choice.

Constructors

Link copied to clipboard
constructor(@NonNull builder: SurveyAnswer.Builder)
constructor(@NonNull in: Parcel)

Types

Link copied to clipboard
open class Builder

Properties

Link copied to clipboard
Link copied to clipboard
val CREATOR: Parcelable.Creator<SurveyAnswer>

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun serverId(): Int
Link copied to clipboard
@Nullable
open fun text(): String
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)