Kit > healthstack.kit.task.survey.view

Package healthstack.kit.task.survey.view

Types

Name Summary
SurveyView

[androidJvm]
open class SurveyView(pageable: Boolean = true, isEligibility: Boolean = false, isSurveyWithSection: Boolean = false) : View<SurveyModel>

Functions

Name Summary
EligibilityCheckerViewPreview

[androidJvm]
@PreviewGenerated
@Preview(showBackground = true)
@Composable
fun EligibilityCheckerViewPreview()

MultiPageSurveyLayout

[androidJvm]
@Composable
fun MultiPageSurveyLayout(model: SurveyModel, callbackCollection: CallbackCollection, subStepHolder: SubStepHolder, isEligibility: Boolean)

SectionPageSurveyLayout

[androidJvm]
@Composable
fun SectionPageSurveyLayout(model: SurveyModel, callbackCollection: CallbackCollection, subStepHolder: SubStepHolder)

SinglePageSurveyLayout

[androidJvm]
@Composable
fun SinglePageSurveyLayout(model: SurveyModel, callbackCollection: CallbackCollection, subStepHolder: SubStepHolder, isEligibility: Boolean)

SurveyProgressView

[androidJvm]
@Composable
fun SurveyProgressView(progressText: String, progress: Float)