SurveyQuestion

class SurveyQuestion : Parcelable

Constructors

Link copied to clipboard
constructor(@NonNull builder: SurveyQuestion.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<SurveyQuestion>

Functions

Link copied to clipboard
@Nullable
open fun answers(): List<SurveyAnswer>
Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun lastQuestion(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun myIndex(): 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
Link copied to clipboard
@Nullable
open fun type(): SurveyQuestionType
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)