//kit/healthstack.kit.task.base/View

View

[androidJvm]
abstract class View<T : StepModel>

A UI rendering object for Step.

It has composable function Render, which renders UI using data in healthstack.kit.tqask.base.TaskModel.

Constructors

   
View [androidJvm]
fun View()

Functions

Name Summary
Render [androidJvm]
@Composable
abstract fun Render(model: T, callbackCollection: CallbackCollection, holder: SubStepHolder?)
A method rendering UI.

Inheritors

Name
ColorWordChallengeMeasureView
GuidedBreathingMeasureView
MobileSpirometryMeasureView
ReactionTimeMeasureView
SpeechRecognitionMeasureView
SustainedPhonationMeasureView
TappingSpeedMeasureView
SimpleActivityView
SimpleAudioActivityView
SimpleTimerActivityView
ConsentTextView
EligibilityIntroView
EligibilityResultView
IntroView
RegistrationCompletedView
SignUpView
SurveyView