SurveyResponse

Represents a user generated response to a survey question

Constructors

Link copied to clipboard
constructor(@NonNull builder: SurveyResponse.Builder)

Types

Link copied to clipboard
open class Builder

Functions

Link copied to clipboard
@Nullable
open fun answersSelected(): List<Integer>
Link copied to clipboard
@Nullable
open fun freeText(): String
Link copied to clipboard