//kit/healthstack.kit.task.survey.question.component/QuestionComponent

QuestionComponent

[androidJvm]
abstract class QuestionComponent<T : QuestionModel<*>> : Component<T>

Constructors

   
QuestionComponent [androidJvm]
fun QuestionComponent()

Types

Name Summary
Companion [androidJvm]
object Companion

Functions

Name Summary
Render [androidJvm]
@Composable
open override fun Render(model: T, callbackCollection: CallbackCollection)
A method rendering UI.

Inheritors

Name
ChoiceQuestionComponent
DateTimeQuestionComponent
ImageQuestionComponent
MultiChoiceQuestionComponent
RankingQuestionComponent
TextInputQuestionComponent