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

TextInputQuestionComponent

[androidJvm]
class TextInputQuestionComponent : QuestionComponent<TextInputQuestionModel>

Constructors

   
TextInputQuestionComponent [androidJvm]
fun TextInputQuestionComponent()

Functions

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