toggle menu
mobilesdk
androidJvm
switch theme
search in API
mobilesdk
/
com.confirmit.mobilesdk.ui.questions
/
DefaultQuestion
Default
Question
abstract
class
DefaultQuestion
:
Question
Inheritors
MultiQuestion
NumericQuestion
SingleQuestion
TextQuestion
Members
Properties
errors
Link copied to clipboard
val
errors
:
List
<
ValidationQuestionError
>
id
Link copied to clipboard
open
override
val
id
:
String
instruction
Link copied to clipboard
val
instruction
:
QuestionText
node
Type
Link copied to clipboard
abstract
val
nodeType
:
QuestionType
text
Link copied to clipboard
val
text
:
QuestionText
title
Link copied to clipboard
val
title
:
QuestionText
Functions
validate
Link copied to clipboard
open
fun
validate
(
)
:
List
<
ValidationQuestionError
>