Kit > healthstack.kit.task.onboarding.view

Package healthstack.kit.task.onboarding.view

Types

Name Summary
ConsentTextView

[androidJvm]
class ConsentTextView(buttonText: String? = null) : View<ConsentTextModel>

EligibilityCheckerView

[androidJvm]
open class EligibilityCheckerView(pageable: Boolean = true) : SurveyView

EligibilityIntroView

[androidJvm]
class EligibilityIntroView : View<EligibilityIntroModel>

EligibilityResultView

[androidJvm]
class EligibilityResultView : View<EligibilityResultModel>

IntroView

[androidJvm]
class IntroView(val bottomBarText: String) : View<IntroModel>

Functions

Name Summary
DescriptionPreview

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

EligibilityIntroViewPreview

[androidJvm]
@PreviewGenerated
@Preview(showBackground = true, device = "id:Nexus 6")
@Composable
fun EligibilityIntroViewPreview()

EligibilityResultViewFailPreview

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

EligibilityResultViewSuccessPreview

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

IntroSections

[androidJvm]
@Composable
fun IntroSections(sections: List<IntroModel.IntroSection>)

IntroViewPreview

[androidJvm]
@PreviewGenerated
@Preview(showBackground = true, device = "id:Nexus 5")
@Composable
fun IntroViewPreview()

Summary

[androidJvm]
@Composable
fun Summary(summaries: List<Pair<Int, String>>)

SummaryPreview

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